Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync/
H A Dcounting_semaphore_facade_test.cc37 bool pw_sync_CountingSemaphore_CallTryAcquire(
187 EXPECT_FALSE(pw_sync_CountingSemaphore_CallTryAcquire(&semaphore)); in TEST()
197 EXPECT_FALSE(pw_sync_CountingSemaphore_CallTryAcquire(&semaphore)); in TEST()
208 EXPECT_FALSE(pw_sync_CountingSemaphore_CallTryAcquire(&semaphore)); in TEST()
H A Dcounting_semaphore_facade_test_c.c37 bool pw_sync_CountingSemaphore_CallTryAcquire( in pw_sync_CountingSemaphore_CallTryAcquire() function