SCHED_OTHER 219 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority); SCHED_OTHER 265 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority); SCHED_OTHER 58 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedpolicy.c *policy = SCHED_OTHER; SCHED_OTHER 55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedparam.c if (priority < sched_get_priority_min (SCHED_OTHER) || SCHED_OTHER 56 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedparam.c priority > sched_get_priority_max (SCHED_OTHER)) SCHED_OTHER 49 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedpolicy.c if (policy != SCHED_OTHER) SCHED_OTHER 64 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getschedparam.c *policy = SCHED_OTHER; SCHED_OTHER 61 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setschedparam.c if (policy != SCHED_OTHER) SCHED_OTHER 138 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h SCHED_MIN = SCHED_OTHER, SCHED_OTHER 70 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c return SCHED_OTHER; SCHED_OTHER 72 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c if (SCHED_OTHER != policy) SCHED_OTHER 82 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c return SCHED_OTHER; SCHED_OTHER 227 third_party/npapi/npspy/extern/nspr/md/_pth.h #define PT_PRIO_MIN sched_get_priority_min(SCHED_OTHER) SCHED_OTHER 228 third_party/npapi/npspy/extern/nspr/md/_pth.h #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER) SCHED_OTHER 232 third_party/npapi/npspy/extern/nspr/md/_pth.h #define PT_PRIO_MIN sched_get_priority_min(SCHED_OTHER) SCHED_OTHER 233 third_party/npapi/npspy/extern/nspr/md/_pth.h #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)