Searched refs:taskNOTIFICATION_RECEIVED (Results 1 – 1 of 1) sorted by relevance
114 #define taskNOTIFICATION_RECEIVED ( ( uint8_t ) 2 ) macro7739 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()