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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_setschedpolicy.c 49 if (policy != SCHED_OTHER)
pthread_attr_getschedpolicy.c 58 *policy = SCHED_OTHER;
pthread_attr_setschedparam.c 55 if (priority < sched_get_priority_min (SCHED_OTHER) ||
56 priority > sched_get_priority_max (SCHED_OTHER))
sched_setscheduler.c 45 * Win32 only has one policy which we call SCHED_OTHER.
72 if (SCHED_OTHER != policy)
82 return SCHED_OTHER;
pthread_getschedparam.c 64 *policy = SCHED_OTHER;
sched_getscheduler.c 45 * Win32 only has one policy which we call SCHED_OTHER.
70 return SCHED_OTHER;
sched.h 135 SCHED_OTHER = 0,
138 SCHED_MIN = SCHED_OTHER,
pthread_setschedparam.c 60 /* Ensure the policy is SCHED_OTHER. */
61 if (policy != SCHED_OTHER)
create.c 219 (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority);
265 (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority);
  /external/bison/darwin-lib/
sched.h 51 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
54 # define SCHED_OTHER 0
  /external/bison/lib/
sched.in.h 50 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
53 # define SCHED_OTHER 0
  /development/ndk/platforms/android-3/include/
sched.h 37 #define SCHED_OTHER 0
  /development/ndk/platforms/android-8/include/
sched.h 37 #define SCHED_OTHER 0
  /development/ndk/platforms/android-9/include/
sched.h 37 #define SCHED_OTHER 0
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pth.h 227 #define PT_PRIO_MIN sched_get_priority_min(SCHED_OTHER)
228 #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)
232 #define PT_PRIO_MIN sched_get_priority_min(SCHED_OTHER)
233 #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)
  /bionic/libc/include/
sched.h 39 #define SCHED_OTHER SCHED_NORMAL
  /development/ndk/platforms/android-L/include/
sched.h 39 #define SCHED_OTHER SCHED_NORMAL
  /external/bison/
configure     [all...]

Completed in 818 milliseconds