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