Searched refs:uxIndexToWait (Results 1 – 2 of 2) sorted by relevance
4759 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWait, in ulTaskGenericNotifyTake() argument4765 configASSERT( uxIndexToWait < configTASK_NOTIFICATION_ARRAY_ENTRIES ); in ulTaskGenericNotifyTake()4770 if( pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] == 0UL ) in ulTaskGenericNotifyTake()4773 pxCurrentTCB->ucNotifyState[ uxIndexToWait ] = taskWAITING_NOTIFICATION; in ulTaskGenericNotifyTake()4778 traceTASK_NOTIFY_TAKE_BLOCK( uxIndexToWait ); in ulTaskGenericNotifyTake()4800 traceTASK_NOTIFY_TAKE( uxIndexToWait ); in ulTaskGenericNotifyTake()4801 ulReturn = pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ]; in ulTaskGenericNotifyTake()4807 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] = 0UL; in ulTaskGenericNotifyTake()4811 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] = ulReturn - ( uint32_t ) 1; in ulTaskGenericNotifyTake()4819 pxCurrentTCB->ucNotifyState[ uxIndexToWait ] = taskNOT_WAITING_NOTIFICATION; in ulTaskGenericNotifyTake()[all …]
751 #define traceTASK_NOTIFY_TAKE_BLOCK( uxIndexToWait ) argument755 #define traceTASK_NOTIFY_TAKE( uxIndexToWait ) argument759 #define traceTASK_NOTIFY_WAIT_BLOCK( uxIndexToWait ) argument763 #define traceTASK_NOTIFY_WAIT( uxIndexToWait ) argument