Searched refs:pw_sync_BinarySemaphore_CallTryAcquire (Results 1 – 2 of 2) sorted by relevance
33 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()
30 bool pw_sync_BinarySemaphore_CallTryAcquire( in pw_sync_BinarySemaphore_CallTryAcquire() function