Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync/
H A Dcounting_semaphore_facade_test.cc42 bool pw_sync_CountingSemaphore_CallTryAcquireUntil(
272 pw_sync_CountingSemaphore_CallTryAcquireUntil(&semaphore, deadline)); in TEST()
286 pw_sync_CountingSemaphore_CallTryAcquireUntil(&semaphore, deadline)); in TEST()
299 EXPECT_FALSE(pw_sync_CountingSemaphore_CallTryAcquireUntil( in TEST()
319 pw_sync_CountingSemaphore_CallTryAcquireUntil(&semaphore, old_timestamp)); in TEST()
H A Dcounting_semaphore_facade_test_c.c48 bool pw_sync_CountingSemaphore_CallTryAcquireUntil( in pw_sync_CountingSemaphore_CallTryAcquireUntil() function