Searched defs:CountingSemaphore (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pigweed/pw_sync/ |
H A 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, TryAcquireForFull) { in TEST() argument 111 TEST(CountingSemaphore, TryAcquireForEmptyPositiveTimeout) { in TEST() argument 121 TEST(CountingSemaphore, TryAcquireForEmptyZeroLengthTimeout) { in TEST() argument 132 TEST(CountingSemaphore, TryAcquireForEmptyNegativeTimeout) { in TEST() argument 143 TEST(CountingSemaphore, TryAcquireUntilFull) { in TEST() argument [all …]
|
H A D | docs.rst | 1311 CountingSemaphore section in Signaling Primitives 1360 .. doxygenclass:: pw::sync::CountingSemaphore argument
|
/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
H A D | counting_semaphore_inline.h | 21 inline CountingSemaphore::CountingSemaphore() in CountingSemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
H A D | counting_semaphore_inline.h | 25 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
H A D | counting_semaphore_inline.h | 31 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
H A D | counting_semaphore_inline.h | 26 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/ |
H A D | docs.rst | 254 CountingSemaphore section in Signaling Primitives
|