Home
last modified time | relevance | path

Searched defs:BinarySemaphore (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync/
H A Dbinary_semaphore_facade_test.cc51 TEST(BinarySemaphore, EmptyInitialState) { in TEST() argument
58 TEST(BinarySemaphore, Release) { in TEST() argument
68 TEST(BinarySemaphore, EmptyInitialStateStatic) { in TEST() argument
73 TEST(BinarySemaphore, ReleaseStatic) { in TEST() argument
81 TEST(BinarySemaphore, TryAcquireForFull) { in TEST() argument
92 TEST(BinarySemaphore, TryAcquireForEmptyPositiveTimeout) { in TEST() argument
102 TEST(BinarySemaphore, TryAcquireForEmptyZeroLengthTimeout) { in TEST() argument
113 TEST(BinarySemaphore, TryAcquireForEmptyNegativeTimeout) { in TEST() argument
124 TEST(BinarySemaphore, TryAcquireUntilFull) { in TEST() argument
135 TEST(BinarySemaphore, TryAcquireUntilEmptyFutureDeadline) { in TEST() argument
[all …]
H A Ddocs.rst1449 BinarySemaphore section in Signaling Primitives
1492 .. doxygenclass:: pw::sync::BinarySemaphore argument
/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/
H A Dbinary_semaphore_inline.h21 inline BinarySemaphore::BinarySemaphore() in BinarySemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
H A Dbinary_semaphore_inline.h25 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/
H A Dbinary_semaphore_inline.h25 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
H A Dbinary_semaphore_inline.h29 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dbinary_semaphore_inline.h26 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/aosp_15_r20/external/pigweed/pw_sync_freertos/
H A Ddocs.rst244 BinarySemaphore section in Signaling Primitives
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSemaphore.hpp60 class BinarySemaphore : public Semaphore, public Object<BinarySemaphore, VkSemaphore> class
H A DVkSemaphore.cpp191 BinarySemaphore::BinarySemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAlloc… in BinarySemaphore() function in vk::BinarySemaphore