Home
last modified time | relevance | path

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

/external/pigweed/pw_sync/
Dbinary_semaphore_facade_test.cc52 TEST(BinarySemaphore, EmptyInitialState) { in TEST() argument
59 TEST(BinarySemaphore, Release) { in TEST() argument
69 TEST(BinarySemaphore, EmptyInitialStateStatic) { in TEST() argument
74 TEST(BinarySemaphore, ReleaseStatic) { in TEST() argument
82 TEST(BinarySemaphore, TryAcquireFor) { in TEST() argument
98 TEST(BinarySemaphore, TryAcquireUntil) { in TEST() argument
112 TEST(BinarySemaphore, EmptyInitialStateInC) { in TEST() argument
117 TEST(BinarySemaphore, ReleaseInC) { in TEST() argument
126 TEST(BinarySemaphore, TryAcquireForInC) { in TEST() argument
146 TEST(BinarySemaphore, TryAcquireUntilInC) { in TEST() argument
[all …]
Ddocs.rst1015 BinarySemaphore section in Signaling Primitives
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dbinary_semaphore_inline.h21 inline BinarySemaphore::BinarySemaphore() in BinarySemaphore() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dbinary_semaphore_inline.h25 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dbinary_semaphore_inline.h29 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dbinary_semaphore_inline.h26 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
/external/swiftshader/src/Vulkan/
DVkSemaphore.hpp60 class BinarySemaphore : public Semaphore, public Object<BinarySemaphore, VkSemaphore> class
DVkSemaphore.cpp191 BinarySemaphore::BinarySemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAlloc… in BinarySemaphore() function in vk::BinarySemaphore