PTW32_DLLPORT      75 native_client_sdk/src/libraries/third_party/pthreads-win32/need_errno.h PTW32_DLLPORT int * __cdecl _errno(void);
PTW32_DLLPORT     891 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_init (pthread_attr_t * attr);
PTW32_DLLPORT     893 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_destroy (pthread_attr_t * attr);
PTW32_DLLPORT     895 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getdetachstate (const pthread_attr_t * attr,
PTW32_DLLPORT     898 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getstackaddr (const pthread_attr_t * attr,
PTW32_DLLPORT     901 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getstacksize (const pthread_attr_t * attr,
PTW32_DLLPORT     904 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setdetachstate (pthread_attr_t * attr,
PTW32_DLLPORT     907 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setstackaddr (pthread_attr_t * attr,
PTW32_DLLPORT     910 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setstacksize (pthread_attr_t * attr,
PTW32_DLLPORT     913 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getschedparam (const pthread_attr_t *attr,
PTW32_DLLPORT     916 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setschedparam (pthread_attr_t *attr,
PTW32_DLLPORT     919 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setschedpolicy (pthread_attr_t *,
PTW32_DLLPORT     922 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getschedpolicy (const pthread_attr_t *,
PTW32_DLLPORT     925 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setinheritsched(pthread_attr_t * attr,
PTW32_DLLPORT     928 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getinheritsched(const pthread_attr_t * attr,
PTW32_DLLPORT     931 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setscope (pthread_attr_t *,
PTW32_DLLPORT     934 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getscope (const pthread_attr_t *,
PTW32_DLLPORT     940 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_create (pthread_t * tid,
PTW32_DLLPORT     945 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_detach (pthread_t tid);
PTW32_DLLPORT     947 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_equal (pthread_t t1,
PTW32_DLLPORT     950 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void PTW32_CDECL pthread_exit (void *value_ptr);
PTW32_DLLPORT     952 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread,
PTW32_DLLPORT     955 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT pthread_t PTW32_CDECL pthread_self (void);
PTW32_DLLPORT     957 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cancel (pthread_t thread);
PTW32_DLLPORT     959 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setcancelstate (int state,
PTW32_DLLPORT     962 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setcanceltype (int type,
PTW32_DLLPORT     965 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void PTW32_CDECL pthread_testcancel (void);
PTW32_DLLPORT     967 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_once (pthread_once_t * once_control,
PTW32_DLLPORT     971 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT ptw32_cleanup_t * PTW32_CDECL ptw32_pop_cleanup (int execute);
PTW32_DLLPORT     973 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void PTW32_CDECL ptw32_push_cleanup (ptw32_cleanup_t * cleanup,
PTW32_DLLPORT     981 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_key_create (pthread_key_t * key,
PTW32_DLLPORT     984 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_key_delete (pthread_key_t key);
PTW32_DLLPORT     986 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setspecific (pthread_key_t key,
PTW32_DLLPORT     989 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void * PTW32_CDECL pthread_getspecific (pthread_key_t key);
PTW32_DLLPORT     995 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_init (pthread_mutexattr_t * attr);
PTW32_DLLPORT     997 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_destroy (pthread_mutexattr_t * attr);
PTW32_DLLPORT     999 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getpshared (const pthread_mutexattr_t
PTW32_DLLPORT    1003 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setpshared (pthread_mutexattr_t * attr,
PTW32_DLLPORT    1006 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_settype (pthread_mutexattr_t * attr, int kind);
PTW32_DLLPORT    1007 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_gettype (const pthread_mutexattr_t * attr, int *kind);
PTW32_DLLPORT    1009 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setrobust(
PTW32_DLLPORT    1012 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getrobust(
PTW32_DLLPORT    1019 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_init (pthread_barrierattr_t * attr);
PTW32_DLLPORT    1021 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_destroy (pthread_barrierattr_t * attr);
PTW32_DLLPORT    1023 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_getpshared (const pthread_barrierattr_t
PTW32_DLLPORT    1027 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_setpshared (pthread_barrierattr_t * attr,
PTW32_DLLPORT    1033 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_init (pthread_mutex_t * mutex,
PTW32_DLLPORT    1036 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_destroy (pthread_mutex_t * mutex);
PTW32_DLLPORT    1038 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_lock (pthread_mutex_t * mutex);
PTW32_DLLPORT    1040 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_timedlock(pthread_mutex_t * mutex,
PTW32_DLLPORT    1043 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_trylock (pthread_mutex_t * mutex);
PTW32_DLLPORT    1045 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_unlock (pthread_mutex_t * mutex);
PTW32_DLLPORT    1047 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutex_consistent (pthread_mutex_t * mutex);
PTW32_DLLPORT    1052 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_spin_init (pthread_spinlock_t * lock, int pshared);
PTW32_DLLPORT    1054 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_spin_destroy (pthread_spinlock_t * lock);
PTW32_DLLPORT    1056 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_spin_lock (pthread_spinlock_t * lock);
PTW32_DLLPORT    1058 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_spin_trylock (pthread_spinlock_t * lock);
PTW32_DLLPORT    1060 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_spin_unlock (pthread_spinlock_t * lock);
PTW32_DLLPORT    1065 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrier_init (pthread_barrier_t * barrier,
PTW32_DLLPORT    1069 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrier_destroy (pthread_barrier_t * barrier);
PTW32_DLLPORT    1071 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrier_wait (pthread_barrier_t * barrier);
PTW32_DLLPORT    1076 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_init (pthread_condattr_t * attr);
PTW32_DLLPORT    1078 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_destroy (pthread_condattr_t * attr);
PTW32_DLLPORT    1080 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_getpshared (const pthread_condattr_t * attr,
PTW32_DLLPORT    1083 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_setpshared (pthread_condattr_t * attr,
PTW32_DLLPORT    1089 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cond_init (pthread_cond_t * cond,
PTW32_DLLPORT    1092 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cond_destroy (pthread_cond_t * cond);
PTW32_DLLPORT    1094 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cond_wait (pthread_cond_t * cond,
PTW32_DLLPORT    1097 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cond_timedwait (pthread_cond_t * cond,
PTW32_DLLPORT    1101 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cond_signal (pthread_cond_t * cond);
PTW32_DLLPORT    1103 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_cond_broadcast (pthread_cond_t * cond);
PTW32_DLLPORT    1108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setschedparam (pthread_t thread,
PTW32_DLLPORT    1112 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_getschedparam (pthread_t thread,
PTW32_DLLPORT    1116 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int);
PTW32_DLLPORT    1118 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_getconcurrency (void);
PTW32_DLLPORT    1123 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_init(pthread_rwlock_t *lock,
PTW32_DLLPORT    1126 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_destroy(pthread_rwlock_t *lock);
PTW32_DLLPORT    1128 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_tryrdlock(pthread_rwlock_t *);
PTW32_DLLPORT    1130 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_trywrlock(pthread_rwlock_t *);
PTW32_DLLPORT    1132 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_rdlock(pthread_rwlock_t *lock);
PTW32_DLLPORT    1134 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_timedrdlock(pthread_rwlock_t *lock,
PTW32_DLLPORT    1137 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_wrlock(pthread_rwlock_t *lock);
PTW32_DLLPORT    1139 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_timedwrlock(pthread_rwlock_t *lock,
PTW32_DLLPORT    1142 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_unlock(pthread_rwlock_t *lock);
PTW32_DLLPORT    1144 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_init (pthread_rwlockattr_t * attr);
PTW32_DLLPORT    1146 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_destroy (pthread_rwlockattr_t * attr);
PTW32_DLLPORT    1148 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_getpshared (const pthread_rwlockattr_t * attr,
PTW32_DLLPORT    1151 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr,
PTW32_DLLPORT    1160 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_kill(pthread_t thread, int sig);
PTW32_DLLPORT    1169 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setkind_np(pthread_mutexattr_t * attr,
PTW32_DLLPORT    1171 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getkind_np(pthread_mutexattr_t * attr,
PTW32_DLLPORT    1177 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_delay_np (struct timespec * interval);
PTW32_DLLPORT    1178 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_num_processors_np(void);
PTW32_DLLPORT    1179 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT unsigned __int64 PTW32_CDECL pthread_getunique_np(pthread_t thread);
PTW32_DLLPORT    1185 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_win32_process_attach_np(void);
PTW32_DLLPORT    1186 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_win32_process_detach_np(void);
PTW32_DLLPORT    1187 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_win32_thread_attach_np(void);
PTW32_DLLPORT    1188 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_win32_thread_detach_np(void);
PTW32_DLLPORT    1193 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_win32_test_features_np(int);
PTW32_DLLPORT    1207 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT void * PTW32_CDECL pthread_timechange_handler_np(void *);
PTW32_DLLPORT    1216 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT HANDLE PTW32_CDECL pthread_getw32threadhandle_np(pthread_t thread);
PTW32_DLLPORT    1220 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT DWORD PTW32_CDECL pthread_getw32threadid_np (pthread_t thread);
PTW32_DLLPORT    1238 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthreadCancelableWait (HANDLE waitHandle);
PTW32_DLLPORT    1239 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthreadCancelableTimedWait (HANDLE waitHandle,
PTW32_DLLPORT    1249 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h      PTW32_DLLPORT int * PTW32_CDECL _errno( void );
PTW32_DLLPORT    1285 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT DWORD PTW32_CDECL ptw32_get_exception_services_code(void);
PTW32_DLLPORT     151 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h PTW32_DLLPORT int __cdecl sched_yield (void);
PTW32_DLLPORT     153 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h PTW32_DLLPORT int __cdecl sched_get_priority_min (int policy);
PTW32_DLLPORT     155 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h PTW32_DLLPORT int __cdecl sched_get_priority_max (int policy);
PTW32_DLLPORT     157 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
PTW32_DLLPORT     159 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h PTW32_DLLPORT int __cdecl sched_getscheduler (pid_t pid);
PTW32_DLLPORT     132 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
PTW32_DLLPORT     136 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
PTW32_DLLPORT     138 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
PTW32_DLLPORT     140 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
PTW32_DLLPORT     142 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
PTW32_DLLPORT     145 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
PTW32_DLLPORT     147 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem,
PTW32_DLLPORT     150 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_open (const char * name,
PTW32_DLLPORT     155 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
PTW32_DLLPORT     157 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_unlink (const char * name);
PTW32_DLLPORT     159 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h PTW32_DLLPORT int __cdecl sem_getvalue (sem_t * sem,