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

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

Completed in 56 milliseconds