Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c73 #define taskNOTIFICATION_RECEIVED ( ( uint8_t ) 2 ) macro
4844 if( pxCurrentTCB->ucNotifyState[ uxIndexToWait ] != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyWait()
4892 if( pxCurrentTCB->ucNotifyState[ uxIndexToWait ] != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyWait()
4940 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in xTaskGenericNotify()
4958 if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotify()
5083 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in xTaskGenericNotifyFromISR()
5101 if( ucOriginalNotifyState != taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyFromISR()
5213 pxTCB->ucNotifyState[ uxIndexToNotify ] = taskNOTIFICATION_RECEIVED; in vTaskGenericNotifyGiveFromISR()
5282 if( pxTCB->ucNotifyState[ uxIndexToClear ] == taskNOTIFICATION_RECEIVED ) in xTaskGenericNotifyStateClear()