Home
last modified time | relevance | path

Searched defs:ptw32_thread_t_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dimplement.h155 struct ptw32_thread_t_ struct
157 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 …]