HomeSort by relevance Sort by last modified time
    Searched refs:ptHandle (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_reuse.c 57 * 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++;
ptw32_new.c 67 /* 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);
pthread_kill.c 87 || thread.x != tp->ptHandle.x
pthread_win32_attach_detach_np.c 157 ptw32_threadDestroy (sp->ptHandle);
211 ptw32_callUserDestroyRoutines (sp->ptHandle);
242 ptw32_threadDestroy (sp->ptHandle);
pthread_detach.c 85 || thread.x != tp->ptHandle.x)
pthread_join.c 93 || thread.x != tp->ptHandle.x)
pthread_self.c 75 self = sp->ptHandle;
pthread_setspecific.c 102 self = sp->ptHandle;
implement.h 159 pthread_t ptHandle; /* This thread's permanent pthread_t handle */
    [all...]

Completed in 489 milliseconds