HomeSort by relevance Sort by last modified time
    Searched defs:sched_priority (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/uapi/linux/sched/
types.h 23 int sched_priority; member in struct:sched_param
31 __u32 sched_priority; member in struct:sched_attr
  /external/kernel-headers/original/uapi/linux/sched/
types.h 8 int sched_priority; member in struct:sched_param
44 * @sched_priority task's static priority (SCHED_FIFO/RR)
67 __u32 sched_priority; member in struct:sched_attr
  /external/ltp/include/lapi/
sched.h 36 uint32_t sched_priority; member in struct:sched_attr
  /external/strace/
sched_attr.h 11 uint32_t sched_priority; member in struct:sched_attr
  /bionic/libc/include/bits/
pthread_types.h 41 int32_t sched_priority; member in struct:__anon229
  /bionic/libc/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 69 struct sched_param sched_param = {.sched_priority = prio};
146 int sched_priority; member in struct:params
168 if (p->sched_priority != param.sched_priority) {
170 p->sched_priority, param.sched_priority);
175 run_hp_threads(p->sched_policy, p->sched_priority + 1);
255 p.sched_priority = get_prio(&tcases[i]);
257 init_attr(&attr, p.sched_policy, p.sched_priority);
260 sched_policy_name(p.sched_policy), p.sched_priority);
    [all...]
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 2039 PyObject *sched_priority; local
    [all...]

Completed in 1690 milliseconds