Searched refs:taskWAITING_NOTIFICATION (Results 1 – 1 of 1) sorted by relevance
106 #define taskWAITING_NOTIFICATION ( ( uint8_t ) 1 ) macro2556 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in eTaskGetState()3171 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskSuspend()3322 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in prvTaskIsTaskSuspended()6245 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskGetInfo()7665 pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] = taskWAITING_NOTIFICATION; in ulTaskGenericNotifyTake()7790 pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] = taskWAITING_NOTIFICATION; in xTaskGenericNotifyWait()7974 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotify()8113 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotifyFromISR()8228 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in vTaskGenericNotifyGiveFromISR()