Searched refs:eventUNBLOCKED_DUE_TO_BIT_SET (Results 1 – 2 of 2) sorted by relevance
44 #define eventUNBLOCKED_DUE_TO_BIT_SET 0x0200U macro49 #define eventUNBLOCKED_DUE_TO_BIT_SET 0x02000000UL macro54 #define eventUNBLOCKED_DUE_TO_BIT_SET 0x0200000000000000ULL macro
259 if( ( uxReturn & eventUNBLOCKED_DUE_TO_BIT_SET ) == ( EventBits_t ) 0 ) in xEventGroupSync()411 if( ( uxReturn & eventUNBLOCKED_DUE_TO_BIT_SET ) == ( EventBits_t ) 0 ) in xEventGroupWaitBits()595 …moveFromUnorderedEventList( pxListItem, pxEventBits->uxEventBits | eventUNBLOCKED_DUE_TO_BIT_SET ); in xEventGroupSetBits()632 …oveFromUnorderedEventList( pxTasksWaitingForBits->xListEnd.pxNext, eventUNBLOCKED_DUE_TO_BIT_SET ); in vEventGroupDelete()