PTW32_FALSE        42 native_client_sdk/src/libraries/third_party/pthreads-win32/global.c int ptw32_processInitialized = PTW32_FALSE;
PTW32_FALSE       235 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h   PTW32_TRUE = (! PTW32_FALSE)
PTW32_FALSE       675 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h #define PTHREAD_ONCE_INIT       { PTW32_FALSE, 0, 0, 0}
PTW32_FALSE        78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c   BOOL destroyIt = PTW32_FALSE;
PTW32_FALSE       115 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c       mx->event = CreateEvent (NULL, PTW32_FALSE,    /* manual reset = No */
PTW32_FALSE       116 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c                               PTW32_FALSE,           /* initial state = not signaled */
PTW32_FALSE        48 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_once.c   if ((PTW32_INTERLOCKED_LONG)PTW32_FALSE ==
PTW32_FALSE       131 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c       HANDLE e = CreateEvent(NULL, PTW32_FALSE, PTW32_FALSE, NULL);
PTW32_FALSE        83 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c 				 (int) PTW32_FALSE,	/* setSignaled  */
PTW32_FALSE       102 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_processTerminate.c       ptw32_processInitialized = PTW32_FALSE;
PTW32_FALSE        56 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c 	    OpenProcess (PROCESS_QUERY_INFORMATION, PTW32_FALSE, (DWORD) pid);
PTW32_FALSE        58 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c 	    OpenProcess (PROCESS_SET_INFORMATION, PTW32_FALSE, (DWORD) pid);
PTW32_FALSE       118 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c 				PTW32_FALSE,	/* auto (not manual) reset */
PTW32_FALSE       119 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c 				PTW32_FALSE,	/* initial state is unset */
PTW32_FALSE        88 native_client_sdk/src/libraries/third_party/pthreads-win32/w32_CancelableWait.c   status = WaitForMultipleObjects (nHandles, handles, PTW32_FALSE, timeout);