Searched refs:sched_get_priority_min (Results 1 – 25 of 32) sorted by relevance
12
/external/strace/ |
D | sched.c | 76 SYS_FUNC(sched_get_priority_min) in SYS_FUNC() argument
|
D | sys_func.h | 210 extern SYS_FUNC(sched_get_priority_min);
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 214 const int min_prio = sched_get_priority_min(policy); in SetPriority()
|
/external/strace/linux/32/ |
D | syscallent.h | 134 [126] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/64/ |
D | syscallent.h | 127 [126] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 147 [6144] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
D | syscallent-n64.h | 147 [5144] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
D | syscallent-o32.h | 167 [4164] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/s390x/ |
D | syscallent.h | 183 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 212 [217] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 148 [147] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/avr32/ |
D | syscallent.h | 169 [141] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/hppa/ |
D | syscallent.h | 165 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/s390/ |
D | syscallent.h | 191 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/sparc/ |
D | syscallent.h | 248 [247] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/ia64/ |
D | syscallent.h | 185 [1166] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/sh64/ |
D | syscallent.h | 189 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 189 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/x32/ |
D | syscallent.h | 148 [147] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/i386/ |
D | syscallent.h | 189 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/powerpc/ |
D | syscallent.h | 189 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/m68k/ |
D | syscallent.h | 189 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/strace/linux/sh/ |
D | syscallent.h | 191 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
/external/autotest/client/tests/scrashme/ |
D | testfix.diff | 249 +/* 160 */ { .name = "sched_get_priority_min" },
|
/external/strace/linux/arm/ |
D | syscallent.h | 189 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
|
12