Searched defs:BinarySemaphore (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_sync/ |
D | binary_semaphore_facade_test.cc | 52 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 …]
|
D | docs.rst | 1015 BinarySemaphore section in Signaling Primitives
|
/external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
D | binary_semaphore_inline.h | 21 inline BinarySemaphore::BinarySemaphore() in BinarySemaphore() function
|
/external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
D | binary_semaphore_inline.h | 25 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
D | binary_semaphore_inline.h | 29 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
D | binary_semaphore_inline.h | 26 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/external/swiftshader/src/Vulkan/ |
D | VkSemaphore.hpp | 60 class BinarySemaphore : public Semaphore, public Object<BinarySemaphore, VkSemaphore> class
|
D | VkSemaphore.cpp | 191 BinarySemaphore::BinarySemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAlloc… in BinarySemaphore() function in vk::BinarySemaphore
|