Searched refs:PTW32_FALSE (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsched_getscheduler.c56 OpenProcess (PROCESS_QUERY_INFORMATION, PTW32_FALSE, (DWORD) pid);
H A Dsched_setscheduler.c58 OpenProcess (PROCESS_SET_INFORMATION, PTW32_FALSE, (DWORD) pid);
H A Dsem_init.c118 PTW32_FALSE, /* auto (not manual) reset */
119 PTW32_FALSE, /* initial state is unset */
H A Dptw32_processTerminate.c102 ptw32_processInitialized = PTW32_FALSE;
H A Dglobal.c42 int ptw32_processInitialized = PTW32_FALSE;
H A Dpthread_once.c48 if ((PTW32_INTERLOCKED_LONG)PTW32_FALSE ==
H A Dpthread_mutex_init.c115 mx->event = CreateEvent (NULL, PTW32_FALSE, /* manual reset = No */
116 PTW32_FALSE, /* initial state = not signaled */
H A Dpthread_detach.c78 BOOL destroyIt = PTW32_FALSE;
H A Dptw32_new.c83 (int) PTW32_FALSE, /* setSignaled */
H A Dptw32_MCS_lock.c131 HANDLE e = CreateEvent(NULL, PTW32_FALSE, PTW32_FALSE, NULL);
H A Dw32_CancelableWait.c88 status = WaitForMultipleObjects (nHandles, handles, PTW32_FALSE, timeout);
H A Dpthread.h234 PTW32_FALSE = 0, enumerator in enum:__anon8939
235 PTW32_TRUE = (! PTW32_FALSE)
675 #define PTHREAD_ONCE_INIT { PTW32_FALSE, 0, 0, 0}

Completed in 1199 milliseconds