ptw32_setthreadpriority  219 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c 	  (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority);
ptw32_setthreadpriority  265 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c 	    (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority);
ptw32_setthreadpriority  648 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   int ptw32_setthreadpriority (pthread_t thread, int policy, int priority);
ptw32_setthreadpriority   66 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setschedparam.c   return (ptw32_setthreadpriority (thread, policy, param->sched_priority));