Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c84 #define taskWAITING_NOTIFICATION ( ( uint8_t ) 1 ) macro
1658 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in eTaskGetState()
1998 if( pxTCB->ucNotifyState[ x ] == taskWAITING_NOTIFICATION ) in vTaskSuspend()
5364 … pxCurrentTCB[xPortGetCoreID()]->ucNotifyState[ uxIndexToWait ] = taskWAITING_NOTIFICATION; in ulTaskGenericNotifyTake()
5455 … pxCurrentTCB[xPortGetCoreID()]->ucNotifyState[ uxIndexToWait ] = taskWAITING_NOTIFICATION; in xTaskGenericNotifyWait()
5593 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotify()
5738 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in xTaskGenericNotifyFromISR()
5828 if( ucOriginalNotifyState == taskWAITING_NOTIFICATION ) in vTaskGenericNotifyGiveFromISR()