pthreadCancelableWait 1238 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthreadCancelableWait (HANDLE waitHandle);
pthreadCancelableWait  132 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c 	  result = pthreadCancelableWait (tp->threadH);
pthreadCancelableWait  147 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c 	      result = pthreadCancelableWait (s->sem);