Searched defs:CountingSemaphore (Results  1 – 7 of 7) sorted by relevance
| /external/pigweed/pw_sync/ | 
| D | counting_semaphore_facade_test.cc | 57 TEST(CountingSemaphore, EmptyInitialState) {  in TEST()  argument64 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 …]
 
 | 
| D | docs.rst | 1315 CountingSemaphore  section in Signaling Primitives1364 .. doxygenclass:: pw::sync::CountingSemaphore  argument
 
 | 
| /external/pigweed/pw_sync_stl/public/pw_sync_stl/ | 
| D | counting_semaphore_inline.h | 21 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
 | 
| /external/pigweed/pw_sync_freertos/ | 
| D | docs.rst | 257 CountingSemaphore  section in Signaling Primitives
 |