Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync/
H A 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, 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 Ddocs.rst1311 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 Dcounting_semaphore_inline.h21 inline CountingSemaphore::CountingSemaphore() in CountingSemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/
H A Dcounting_semaphore_inline.h25 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
H A Dcounting_semaphore_inline.h31 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dcounting_semaphore_inline.h26 inline CountingSemaphore::CountingSemaphore() : native_type_() { in CountingSemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_freertos/
H A Ddocs.rst254 CountingSemaphore section in Signaling Primitives