Home
last modified time | relevance | path

Searched refs:pw_sync_BinarySemaphore_CallTryAcquire (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync/
H A Dbinary_semaphore_facade_test.cc33 bool pw_sync_BinarySemaphore_CallTryAcquire(pw_sync_BinarySemaphore* semaphore);
169 EXPECT_FALSE(pw_sync_BinarySemaphore_CallTryAcquire(&semaphore)); in TEST()
178 EXPECT_FALSE(pw_sync_BinarySemaphore_CallTryAcquire(&semaphore)); in TEST()
H A Dbinary_semaphore_facade_test_c.c30 bool pw_sync_BinarySemaphore_CallTryAcquire( in pw_sync_BinarySemaphore_CallTryAcquire() function