Searched defs:threadH (Results 1 – 3 of 3) sorted by relevance
63 ptw32_RegisterCancelation (PAPCFUNC unused1, HANDLE threadH, DWORD unused2) in ptw32_RegisterCancelation()147 HANDLE threadH = tp->threadH; in pthread_cancel() local
89 HANDLE threadH = 0; in pthread_create() local
158 HANDLE threadH; /* Win32 thread handle - POSIX thread is invalid if threadH == 0 */ member