Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Devent_groups.h45 #define eventWAIT_FOR_ALL_BITS 0x0400U macro
50 #define eventWAIT_FOR_ALL_BITS 0x04000000UL macro
55 #define eventWAIT_FOR_ALL_BITS 0x0400000000000000ULL macro
/Kernel-v10.6.2/
Devent_groups.c223 …ngForBits ), ( uxBitsToWaitFor | eventCLEAR_EVENTS_ON_EXIT_BIT | eventWAIT_FOR_ALL_BITS ), xTicksT… in xEventGroupSync()
372 uxControlBits |= eventWAIT_FOR_ALL_BITS; in xEventGroupWaitBits()
556 if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 ) in xEventGroupSetBits()