Home
last modified time | relevance | path

Searched refs:xPreemptionDisable (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.0.1/
Dtasks.c374 BaseType_t xPreemptionDisable; /**< Used to prevent the task from being preempted. */ member
915 if( pxCurrentTCBs[ xCoreID ]->xPreemptionDisable == pdFALSE ) in prvYieldForTask()
1220 if( pxCurrentTCBs[ uxCore ]->xPreemptionDisable == pdFALSE ) in prvSelectHighestPriorityTask()
2850 if( pxTCB->xPreemptionDisable == pdFALSE ) in vTaskPrioritySet()
3076 pxTCB->xPreemptionDisable = pdTRUE; in vTaskPreemptionDisable()
3099 pxTCB->xPreemptionDisable = pdFALSE; in vTaskPreemptionEnable()
4922 if( pxCurrentTCBs[ xCoreID ]->xPreemptionDisable == pdFALSE ) in xTaskIncrementTick()