Home | History | Annotate | Download | only in pthreads-win32

Lines Matching refs:threadH

63 ptw32_RegisterCancelation (PAPCFUNC unused1, HANDLE threadH, DWORD unused2)
68 GetThreadContext (threadH, &context);
70 SetThreadContext (threadH, &context);
147 HANDLE threadH = tp->threadH;
149 SuspendThread (threadH);
151 if (WaitForSingleObject (threadH, 0) == WAIT_TIMEOUT)
159 * the threadH arg will be used.
161 ptw32_register_cancelation ((PAPCFUNC)ptw32_cancel_callback, threadH, 0);
163 ResumeThread (threadH);