Home
last modified time | relevance | path

Searched refs:pw_sync_CountingSemaphore (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_sync/public/pw_sync/
Dcounting_semaphore.h98 using pw_sync_CountingSemaphore = pw::sync::CountingSemaphore; variable
102 typedef struct pw_sync_CountingSemaphore pw_sync_CountingSemaphore; typedef
108 void pw_sync_CountingSemaphore_Release(pw_sync_CountingSemaphore* semaphore);
109 void pw_sync_CountingSemaphore_ReleaseNum(pw_sync_CountingSemaphore* semaphore,
111 void pw_sync_CountingSemaphore_Acquire(pw_sync_CountingSemaphore* semaphore);
112 bool pw_sync_CountingSemaphore_TryAcquire(pw_sync_CountingSemaphore* semaphore);
114 pw_sync_CountingSemaphore* semaphore,
117 pw_sync_CountingSemaphore* semaphore,
/external/pigweed/pw_sync/
Dcounting_semaphore_facade_test_c.c23 pw_sync_CountingSemaphore* semaphore) { in pw_sync_CountingSemaphore_CallRelease()
28 pw_sync_CountingSemaphore* semaphore, ptrdiff_t update) { in pw_sync_CountingSemaphore_CallReleaseNum()
33 pw_sync_CountingSemaphore* semaphore) { in pw_sync_CountingSemaphore_CallAcquire()
38 pw_sync_CountingSemaphore* semaphore) { in pw_sync_CountingSemaphore_CallTryAcquire()
43 pw_sync_CountingSemaphore* semaphore, in pw_sync_CountingSemaphore_CallTryAcquireFor()
49 pw_sync_CountingSemaphore* semaphore, in pw_sync_CountingSemaphore_CallTryAcquireUntil()
Dcounting_semaphore.cc20 pw_sync_CountingSemaphore* semaphore) { in pw_sync_CountingSemaphore_Release()
25 pw_sync_CountingSemaphore* semaphore, ptrdiff_t update) { in pw_sync_CountingSemaphore_ReleaseNum()
30 pw_sync_CountingSemaphore* semaphore) { in pw_sync_CountingSemaphore_Acquire()
35 pw_sync_CountingSemaphore* semaphore) { in pw_sync_CountingSemaphore_TryAcquire()
40 pw_sync_CountingSemaphore* semaphore, in pw_sync_CountingSemaphore_TryAcquireFor()
46 pw_sync_CountingSemaphore* semaphore, in pw_sync_CountingSemaphore_TryAcquireUntil()
Dcounting_semaphore_facade_test.cc32 pw_sync_CountingSemaphore* semaphore);
34 pw_sync_CountingSemaphore* semaphore, ptrdiff_t update);
36 pw_sync_CountingSemaphore* semaphore);
38 pw_sync_CountingSemaphore* semaphore);
40 pw_sync_CountingSemaphore* semaphore,
43 pw_sync_CountingSemaphore* semaphore,