/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | binary_semaphore_facade_test.cc | 51 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 D | docs.rst | 1449 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 D | binary_semaphore_inline.h | 21 inline BinarySemaphore::BinarySemaphore() in BinarySemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/ |
H A D | binary_semaphore_inline.h | 25 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
H A D | binary_semaphore_inline.h | 25 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
H A D | binary_semaphore_inline.h | 29 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
H A D | binary_semaphore_inline.h | 26 inline BinarySemaphore::BinarySemaphore() : native_type_() { in BinarySemaphore() function
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/ |
H A D | docs.rst | 244 BinarySemaphore section in Signaling Primitives
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkSemaphore.hpp | 60 class BinarySemaphore : public Semaphore, public Object<BinarySemaphore, VkSemaphore> class
|
H A D | VkSemaphore.cpp | 191 BinarySemaphore::BinarySemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAlloc… in BinarySemaphore() function in vk::BinarySemaphore
|