Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync/
H A Dbinary_semaphore_facade_test.cc36 bool pw_sync_BinarySemaphore_CallTryAcquireUntil(
241 pw_sync_BinarySemaphore_CallTryAcquireUntil(&semaphore, deadline)); in TEST()
255 pw_sync_BinarySemaphore_CallTryAcquireUntil(&semaphore, deadline)); in TEST()
268 EXPECT_FALSE(pw_sync_BinarySemaphore_CallTryAcquireUntil( in TEST()
288 pw_sync_BinarySemaphore_CallTryAcquireUntil(&semaphore, old_timestamp)); in TEST()
H A Dbinary_semaphore_facade_test_c.c41 bool pw_sync_BinarySemaphore_CallTryAcquireUntil( in pw_sync_BinarySemaphore_CallTryAcquireUntil() function