Searched refs:sem_post_multiple (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_barrier_wait.c72 ? sem_post_multiple (&(b->semBarrierBreeched),
H A Dsem_post_multiple.c4 * Module: sem_post_multiple.c
50 sem_post_multiple (sem_t * sem, int count) function
142 } /* sem_post_multiple */
H A Dpthread_cond_signal.c142 if (sem_post_multiple (&(cv->semBlockQueue), nSignalsToIssue) != 0)
H A Dsemaphore.h147 PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem,
H A DMakefile197 sem_post_multiple.obj \
357 sem_post_multiple.c \

Completed in 387 milliseconds