Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c113 #define taskWAITING_NOTIFICATION ( ( uint8_t ) 1 ) macro
2551 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in eTaskGetState()
3164 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskSuspend()
3317 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in prvTaskIsTaskSuspended()
6208 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskGetInfo()
7639 pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] = taskWAITING_NOTIFICATION; in ulTaskGenericNotifyTake()
7747 pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] = taskWAITING_NOTIFICATION; in xTaskGenericNotifyWait()
7907 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotify()
8049 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotifyFromISR()
8167 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in vTaskGenericNotifyGiveFromISR()