Searched refs:ptHandle (Results 1 – 9 of 9) sorted by relevance
98 t = tp->ptHandle; in ptw32_threadReusePop()122 t = tp->ptHandle; in ptw32_threadReusePush()126 tp->ptHandle = t; in ptw32_threadReusePush()130 tp->ptHandle.x += PTW32_THREAD_ID_REUSE_INCREMENT; in ptw32_threadReusePush()132 tp->ptHandle.x++; in ptw32_threadReusePush()
68 t.p = tp->ptHandle.p = tp; in ptw32_new()69 t.x = tp->ptHandle.x = 0; in ptw32_new()88 ptw32_threadReusePush (tp->ptHandle); in ptw32_new()
157 ptw32_threadDestroy (sp->ptHandle); in pthread_win32_process_detach_np()211 ptw32_callUserDestroyRoutines (sp->ptHandle); in pthread_win32_thread_detach_np()242 ptw32_threadDestroy (sp->ptHandle); in pthread_win32_thread_detach_np()
87 || thread.x != tp->ptHandle.x in pthread_kill()
75 self = sp->ptHandle; in pthread_self()
85 || thread.x != tp->ptHandle.x) in pthread_detach()
93 || thread.x != tp->ptHandle.x) in pthread_join()
102 self = sp->ptHandle; in pthread_setspecific()
159 pthread_t ptHandle; /* This thread's permanent pthread_t handle */ member