Home
last modified time | relevance | path

Searched defs:CountingSemaphore (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_sync/
Dcounting_semaphore_facade_test.cc57 TEST(CountingSemaphore, EmptyInitialState) { in TEST() argument
64 TEST(CountingSemaphore, SingleRelease) { in TEST() argument
75 TEST(CountingSemaphore, EmptyInitialStateStatic) { in TEST() argument
80 TEST(CountingSemaphore, ReleaseStatic) { in TEST() argument
89 TEST(CountingSemaphore, MultiRelease) { in TEST() argument
100 TEST(CountingSemaphore, TryAcquireFor) { in TEST() argument
116 TEST(CountingSemaphore, TryAcquireUntil) { in TEST() argument
130 TEST(CountingSemaphore, EmptyInitialStateInC) { in TEST() argument
135 TEST(CountingSemaphore, SingeReleaseInC) { in TEST() argument
145 TEST(CountingSemaphore, MultiReleaseInC) { in TEST() argument
[all …]
Ddocs.rst978 CountingSemaphore section in Signaling Primitives
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dcounting_semaphore_inline.h23 inline CountingSemaphore::CountingSemaphore() in CountingSemaphore() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dcounting_semaphore_inline.h25 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dcounting_semaphore_inline.h31 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dcounting_semaphore_inline.h26 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function