Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync/
H A Dbinary_semaphore_facade_test.cc31 void pw_sync_BinarySemaphore_CallRelease(pw_sync_BinarySemaphore* semaphore);
174 pw_sync_BinarySemaphore_CallRelease(&semaphore); in TEST()
175 pw_sync_BinarySemaphore_CallRelease(&semaphore); in TEST()
183 pw_sync_BinarySemaphore_CallRelease(&semaphore); in TEST()
234 pw_sync_BinarySemaphore_CallRelease(&semaphore); in TEST()
H A Dbinary_semaphore_facade_test_c.c22 void pw_sync_BinarySemaphore_CallRelease(pw_sync_BinarySemaphore* semaphore) { in pw_sync_BinarySemaphore_CallRelease() function