mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 14:15:12 -05:00
Deleted proof annotations in prvAddNewTaskToReadyList
This commit is contained in:
parent
676e9fddad
commit
de64106012
1 changed files with 0 additions and 5 deletions
|
|
@ -2139,11 +2139,6 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB )
|
||||
/*//@ requires interruptState_p(?coreID, _) &*&
|
||||
unprotectedGlobalVars();
|
||||
@*/
|
||||
/*//@ ensures true;
|
||||
@*/
|
||||
{
|
||||
/* Ensure interrupts don't access the task lists while the lists are being
|
||||
* updated. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue