ptw32_thread_t 87 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c ptw32_thread_t * tp; ptw32_thread_t 119 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 138 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c tp->sigmask = ((ptw32_thread_t *)self.p)->sigmask; ptw32_thread_t 176 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c priority = ((ptw32_thread_t *) self.p)->sched_priority; ptw32_thread_t 43 native_client_sdk/src/libraries/third_party/pthreads-win32/global.c ptw32_thread_t * ptw32_threadReuseTop = PTW32_THREAD_REUSE_EMPTY; ptw32_thread_t 44 native_client_sdk/src/libraries/third_party/pthreads-win32/global.c ptw32_thread_t * ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; ptw32_thread_t 152 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h typedef struct ptw32_thread_t_ ptw32_thread_t; ptw32_thread_t 160 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h ptw32_thread_t * prevReuse; /* Links threads on reuse stack */ ptw32_thread_t 502 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h ptw32_thread_t * thread; ptw32_thread_t 575 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h #define PTW32_THREAD_REUSE_EMPTY ((ptw32_thread_t *)(size_t) 1) ptw32_thread_t 578 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h extern ptw32_thread_t * ptw32_threadReuseTop; ptw32_thread_t 579 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h extern ptw32_thread_t * ptw32_threadReuseBottom; ptw32_thread_t 626 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h void ptw32_robust_mutex_remove(pthread_mutex_t* mutex, ptw32_thread_t* otp); ptw32_thread_t 661 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h int ptw32_tkAssocCreate (ptw32_thread_t * thread, pthread_key_t key); ptw32_thread_t 101 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c ptw32_thread_t * tp; ptw32_thread_t 124 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 89 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c ptw32_thread_t * sp; ptw32_thread_t 133 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c sp = (ptw32_thread_t *) self.p; ptw32_thread_t 79 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 68 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_exit.c ptw32_thread_t * sp; ptw32_thread_t 74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_exit.c sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); ptw32_thread_t 72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getschedparam.c param->sched_priority = ((ptw32_thread_t *)thread.p)->sched_priority; ptw32_thread_t 46 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getunique_np.c return ((ptw32_thread_t*)thread.p)->seqNumber; ptw32_thread_t 52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getw32threadhandle_np.c return ((ptw32_thread_t *)thread.p)->threadH; ptw32_thread_t 64 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getw32threadhandle_np.c return ((ptw32_thread_t *)thread.p)->thread; ptw32_thread_t 87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 89 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c ptw32_thread_t * thread = assoc->thread; ptw32_thread_t 79 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c ptw32_thread_t * tp; ptw32_thread_t 84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 120 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_consistent.c ptw32_thread_t* tp = (ptw32_thread_t*)self.p; ptw32_thread_t 142 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_consistent.c ptw32_robust_mutex_remove(pthread_mutex_t* mutex, ptw32_thread_t* otp) ptw32_thread_t 148 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_consistent.c list = &(((ptw32_thread_t*)mx->ownerThread.p)->robustMxList); ptw32_thread_t 64 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_self.c ptw32_thread_t * sp; ptw32_thread_t 71 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_self.c sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); ptw32_thread_t 84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_self.c sp = (ptw32_thread_t *) self.p; ptw32_thread_t 85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c ptw32_thread_t * sp = (ptw32_thread_t *) self.p; ptw32_thread_t 85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcanceltype.c ptw32_thread_t * sp = (ptw32_thread_t *) self.p; ptw32_thread_t 76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setschedparam.c ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 90 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); ptw32_thread_t 114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c ptw32_thread_t * sp = (ptw32_thread_t *) self.p; ptw32_thread_t 73 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_testcancel.c ptw32_thread_t * sp = (ptw32_thread_t *) self.p; ptw32_thread_t 147 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); ptw32_thread_t 206 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); ptw32_thread_t 85 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c ptw32_thread_t * sp = (ptw32_thread_t *) thread.p; ptw32_thread_t 46 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c ptw32_thread_t * tp; ptw32_thread_t 55 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c tp = (ptw32_thread_t *) t.p; ptw32_thread_t 60 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c tp = (ptw32_thread_t *) calloc (1, sizeof(ptw32_thread_t)); ptw32_thread_t 67 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_processTerminate.c ptw32_thread_t * tp, * tpNext; ptw32_thread_t 85 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_thread_t * tp; ptw32_thread_t 116 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 123 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c memset(tp, 0, sizeof(ptw32_thread_t)); ptw32_thread_t 45 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadDestroy.c ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; ptw32_thread_t 46 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadDestroy.c ptw32_thread_t threadCopy; ptw32_thread_t 133 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c ptw32_thread_t * sp; ptw32_thread_t 150 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c sp = (ptw32_thread_t *) self.p; ptw32_thread_t 71 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_throw.c ptw32_thread_t * sp = (ptw32_thread_t *) pthread_getspecific (ptw32_selfThreadKey); ptw32_thread_t 43 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c ptw32_tkAssocCreate (ptw32_thread_t * sp, pthread_key_t key) ptw32_thread_t 59 native_client_sdk/src/libraries/third_party/pthreads-win32/w32_CancelableWait.c ptw32_thread_t * sp; ptw32_thread_t 67 native_client_sdk/src/libraries/third_party/pthreads-win32/w32_CancelableWait.c sp = (ptw32_thread_t *) self.p;