Lines Matching refs:pdTRUE

937             xRunPrivileged = pdTRUE;  in prvInitialiseNewTask()
1409 xFreeNow = pdTRUE; in vTaskDelete()
1420 if(xFreeNow == pdTRUE) { in vTaskDelete()
1494 xShouldDelay = pdTRUE; in xTaskDelayUntil()
1508 xShouldDelay = pdTRUE; in xTaskDelayUntil()
1817 xYieldRequired = pdTRUE; in vTaskPrioritySet()
1840 xYieldRequired = pdTRUE; in vTaskPrioritySet()
1849 xYieldRequired = pdTRUE; in vTaskPrioritySet()
2106 xReturn = pdTRUE; in prvTaskIsTaskSuspended()
2229 xYieldRequired = pdTRUE; in xTaskResumeFromISR()
2362 xSchedulerRunning = pdTRUE; in vTaskStartScheduler()
2451 return pdTRUE; in xHaveReadyTasks()
2539 xYieldPending[xPortGetCoreID()] = pdTRUE; in xTaskResumeAll()
2613 xAlreadyYielded = pdTRUE; in xTaskResumeAll()
2727 xBreakLoop = pdTRUE; in prvSearchForNameWithinSingleList()
2734 xBreakLoop = pdTRUE; in prvSearchForNameWithinSingleList()
3030 pxTCB->ucDelayAborted = pdTRUE; in xTaskAbortDelay()
3053 xYieldPending[xPortGetCoreID()] = pdTRUE; in xTaskAbortDelay()
3103 return pdTRUE; in xTaskIncrementTick()
3202 xSwitchRequired = pdTRUE; in xTaskIncrementTick()
3221 xSwitchRequired = pdTRUE; in xTaskIncrementTick()
3240 xSwitchRequired = pdTRUE; in xTaskIncrementTick()
3387 xNewTopPrioritySet = pdTRUE; in taskSelectHighestPriorityTaskSMP()
3430 xTaskScheduled = pdTRUE; in taskSelectHighestPriorityTaskSMP()
3446 assert( xTaskScheduled == pdTRUE ); /* At this point, a task MUST have been scheduled */ in taskSelectHighestPriorityTaskSMP()
3464 xYieldPending[ xPortGetCoreID() ] = pdTRUE; in vTaskSwitchContext()
3470 xSwitchingContext[ xPortGetCoreID() ] = pdTRUE; in vTaskSwitchContext()
3673 xTaskCanBeReady = pdTRUE; in xTaskRemoveFromEventList()
3701 xReturn = pdTRUE; in xTaskRemoveFromEventList()
3705 xYieldPending[ xPortGetCoreID() ] = pdTRUE; in xTaskRemoveFromEventList()
3762 xYieldPending[ xPortGetCoreID() ] = pdTRUE; in vTaskRemoveFromUnorderedEventList()
3813 xReturn = pdTRUE; in xTaskCheckForTimeOut()
3836 xReturn = pdTRUE; in xTaskCheckForTimeOut()
3848 xReturn = pdTRUE; in xTaskCheckForTimeOut()
3859 xYieldPending[xPortGetCoreID()] = pdTRUE; in vTaskMissedYield()
4412 … vTaskGetInfo( ( TaskHandle_t ) pxNextTCB, &( pxTaskStatusArray[ uxTask ] ), pdTRUE, eState ); in prvListTasksWithinSingleList()
4752 xReturn = pdTRUE; in xTaskPriorityInherit()
4765 xReturn = pdTRUE; in xTaskPriorityInherit()
4843 xReturn = pdTRUE; in xTaskPriorityDisinherit()
5505 xReturn = pdTRUE; in xTaskGenericNotifyWait()
5761 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR()
5851 *pxHigherPriorityTaskWoken = pdTRUE; in vTaskGenericNotifyGiveFromISR()