Searched defs:ptw32_thread_t_ (Results 1 – 1 of 1) sorted by relevance
155 struct ptw32_thread_t_ struct157 unsigned __int64 seqNumber; /* Process-unique thread sequence number */158 HANDLE threadH; /* Win32 thread handle - POSIX thread is invalid if threadH == 0 */159 pthread_t ptHandle; /* This thread's permanent pthread_t handle */160 ptw32_thread_t * prevReuse; /* Links threads on reuse stack */161 volatile PThreadState state;162 ptw32_mcs_lock_t threadLock; /* Used for serialised access to public thread state */163 ptw32_mcs_lock_t stateLock; /* Used for async-cancel safety */164 HANDLE cancelEvent;165 void *exitStatus;[all …]