Searched defs:CountingSemaphore (Results 1 – 6 of 6) sorted by relevance
| /external/pigweed/pw_sync/ |
| D | counting_semaphore_facade_test.cc | 57 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 …]
|
| D | docs.rst | 978 CountingSemaphore section in Signaling Primitives
|
| /external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
| D | counting_semaphore_inline.h | 23 inline CountingSemaphore::CountingSemaphore() in CountingSemaphore() function
|
| /external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
| D | counting_semaphore_inline.h | 25 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
|
| /external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
| D | counting_semaphore_inline.h | 31 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
|
| /external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
| D | counting_semaphore_inline.h | 26 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
|