Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c381 BaseType_t xPreemptionDisable; /**< Used to prevent the task from being preempted. */ member
922 if( pxCurrentTCBs[ xCoreID ]->xPreemptionDisable == pdFALSE ) in prvYieldForTask()
1228 if( pxCurrentTCBs[ uxCore ]->xPreemptionDisable == pdFALSE ) in prvSelectHighestPriorityTask()
2851 if( pxTCB->xPreemptionDisable == pdFALSE ) in vTaskPrioritySet()
3077 pxTCB->xPreemptionDisable = pdTRUE; in vTaskPreemptionDisable()
3100 pxTCB->xPreemptionDisable = pdFALSE; in vTaskPreemptionEnable()
4880 if( pxCurrentTCBs[ xCoreID ]->xPreemptionDisable == pdFALSE ) in xTaskIncrementTick()