Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c72 #define taskWAITING_NOTIFICATION ( ( uint8_t ) 1 ) macro
1412 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in eTaskGetState()
1728 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskSuspend()
4773 pxCurrentTCB->ucNotifyState[ uxIndexToWait ] = taskWAITING_NOTIFICATION; in ulTaskGenericNotifyTake()
4852 pxCurrentTCB->ucNotifyState[ uxIndexToWait ] = taskWAITING_NOTIFICATION; in xTaskGenericNotifyWait()
4990 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotify()
5132 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotifyFromISR()
5223 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in vTaskGenericNotifyGiveFromISR()