Searched refs:xPreemptionDisable (Results 1 – 1 of 1) sorted by relevance
374 BaseType_t xPreemptionDisable; /**< Used to prevent the task from being preempted. */ member915 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()