HomeSort by relevance Sort by last modified time
    Searched refs:PTW32_TRUE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_processInitialize.c 75 return PTW32_TRUE;
78 ptw32_processInitialized = PTW32_TRUE;
dll.c 59 BOOL result = PTW32_TRUE;
pthread_once.c 71 once_control->done = PTW32_TRUE;
pthread_detach.c 113 destroyIt = PTW32_TRUE;
ptw32_new.c 82 tp->cancelEvent = CreateEvent (0, (int) PTW32_TRUE, /* manualReset */
pthread_cond_signal.c 229 return (ptw32_cond_unblock (cond, PTW32_TRUE));
create.c 91 int run = PTW32_TRUE;
pthread.h 235 PTW32_TRUE = (! PTW32_FALSE)
    [all...]

Completed in 39 milliseconds