Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c114 #define taskNOTIFICATION_RECEIVED ( ( uint8_t ) 2 ) macro
7739 if( pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyWait()
7805 if( pxCurrentTCB->ucNotifyState[ uxIndexToWaitOn ] != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyWait()
7857 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in xTaskGenericNotify()
7875 if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotify()
8000 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in xTaskGenericNotifyFromISR()
8018 if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyFromISR()
8157 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in vTaskGenericNotifyGiveFromISR()
8250 if( pxTCB->ucNotifyState[ uxIndexToClear ] == taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyStateClear()