sem_t 45 native_client_sdk/src/libraries/sdk_util/thread_pool.h sem_t work_sem_; sem_t 46 native_client_sdk/src/libraries/sdk_util/thread_pool.h sem_t done_sem_; sem_t 331 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h sem_t semBarrierBreeched; sem_t 365 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h sem_t semBlockQueue; /* Queue up threads waiting for the */ sem_t 367 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h sem_t semBlockLock; /* Semaphore that guards access to */ sem_t 665 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h int ptw32_semwait (sem_t * sem); sem_t 45 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c ptw32_semwait (sem_t * sem) sem_t 70 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c sem_t s = *sem; sem_t 54 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_close.c sem_close (sem_t * sem) sem_t 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c sem_destroy (sem_t * sem) sem_t 76 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c sem_t s = NULL; sem_t 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c sem_getvalue (sem_t * sem, int *sval) sem_t 88 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c register sem_t s = *sem; sem_t 47 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c sem_init (sem_t * sem, int pshared, unsigned int value) sem_t 86 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c sem_t s = NULL; sem_t 102 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c s = (sem_t) calloc (1, sizeof (*s)); sem_t 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c sem_post (sem_t * sem) sem_t 77 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c sem_t s = *sem; sem_t 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c sem_post_multiple (sem_t * sem, int count) sem_t 81 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c sem_t s = *sem; sem_t 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c sem_t sem; sem_t 59 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c sem_t s = a->sem; sem_t 98 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c sem_timedwait (sem_t * sem, const struct timespec *abstime) sem_t 138 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c sem_t s = *sem; sem_t 50 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c sem_trywait (sem_t * sem) sem_t 80 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c sem_t s = *sem; sem_t 52 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c sem_t s = (sem_t) sem; sem_t 63 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c if (*((sem_t *)sem) != NULL && !(WaitForSingleObject(s->sem, 0) == WAIT_OBJECT_0)) sem_t 83 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c sem_wait (sem_t * sem) sem_t 114 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c sem_t s = *sem; sem_t 130 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h typedef struct sem_t_ * sem_t; sem_t 132 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_init (sem_t * sem, sem_t 136 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem); sem_t 138 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem); sem_t 140 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem); sem_t 142 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem, sem_t 145 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_post (sem_t * sem); sem_t 147 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem, sem_t 155 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_close (sem_t * sem); sem_t 159 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_getvalue (sem_t * sem, sem_t 80 net/third_party/nss/ssl/sslmutex.h sem_t sem; sem_t 25090 third_party/sqlite/amalgamation/sqlite3.c sem_t *pSem; /* Named POSIX semaphore */ sem_t 26412 third_party/sqlite/amalgamation/sqlite3.c sem_t *pSem = pFile->pInode->pSem; sem_t 26467 third_party/sqlite/amalgamation/sqlite3.c sem_t *pSem = pFile->pInode->pSem; sem_t 26500 third_party/sqlite/amalgamation/sqlite3.c sem_t *pSem = pFile->pInode->pSem; sem_t 949 third_party/sqlite/src/src/os_unix.c sem_t *pSem; /* Named POSIX semaphore */ sem_t 2271 third_party/sqlite/src/src/os_unix.c sem_t *pSem = pFile->pInode->pSem; sem_t 2326 third_party/sqlite/src/src/os_unix.c sem_t *pSem = pFile->pInode->pSem; sem_t 2359 third_party/sqlite/src/src/os_unix.c sem_t *pSem = pFile->pInode->pSem;