Searched refs:ptHandle (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_reuse.c57 * reuse stack after it's ptHandle's reuse counter has been incremented.
68 * threadDestroyed = (copy.x != ((ptw32_thread_t *)copy.p)->ptHandle.x)
98 t = tp->ptHandle;
122 t = tp->ptHandle;
126 tp->ptHandle = t;
130 tp->ptHandle.x += PTW32_THREAD_ID_REUSE_INCREMENT;
132 tp->ptHandle.x++;
H A Dptw32_new.c67 /* ptHandle.p needs to point to it's parent ptw32_thread_t. */
68 t.p = tp->ptHandle.p = tp;
69 t.x = tp->ptHandle.x = 0;
88 ptw32_threadReusePush (tp->ptHandle);
H A Dpthread_kill.c87 || thread.x != tp->ptHandle.x
H A Dpthread_win32_attach_detach_np.c157 ptw32_threadDestroy (sp->ptHandle);
211 ptw32_callUserDestroyRoutines (sp->ptHandle);
242 ptw32_threadDestroy (sp->ptHandle);
H A Dpthread_detach.c85 || thread.x != tp->ptHandle.x)
H A Dpthread_join.c93 || thread.x != tp->ptHandle.x)
H A Dpthread_self.c75 self = sp->ptHandle;
H A Dpthread_setspecific.c102 self = sp->ptHandle;
H A Dimplement.h159 pthread_t ptHandle; /* This thread's permanent pthread_t handle */ member in struct:ptw32_thread_t_

Completed in 86 milliseconds