/external/musl/include/ |
D | sched.h | 19 struct sched_param { struct 35 int sched_getparam(pid_t, struct sched_param *); argument
|
/external/kernel-headers/original/uapi/linux/sched/ |
D | types.h | 7 struct sched_param { struct 17 * This is needed because the original struct sched_param can not be argument
|
/external/ltp/testcases/realtime/func/prio-preempt/ |
D | prio-preempt.c | 137 struct sched_param sched_param; in busy_thread() local 163 struct sched_param sched_param; in worker_thread() local
|
/external/crosvm/base/src/unix/ |
D | priority.rs | 25 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
|
/external/crosvm/common/sys_util/src/ |
D | priority.rs | 25 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
|
/external/crosvm/base/src/windows/ |
D | priority.rs | 32 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 2-1.c | 64 struct sched_param sched_param; in set_priority() local
|
D | 2-3.c | 64 struct sched_param sched_param; in set_priority() local
|
D | 2-2.c | 64 struct sched_param sched_param; in set_priority() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 3-1.c | 65 struct sched_param sched_param; in set_priority() local
|
/external/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
D | sched_setscheduler03.c | 36 struct sched_param *sched_param; member
|
/external/ltp/testcases/realtime/func/prio-wake/ |
D | prio-wake.c | 132 struct sched_param sched_param; in worker_thread() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-6.c | 69 struct sched_param sched_param = {.sched_priority = prio}; in init_attr() local
|
/external/mesa3d/src/util/ |
D | u_queue.c | 349 struct sched_param sched_param = {0}; in util_queue_create_thread() local
|
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 345 struct sched_param sched_param; in set_thread_priority() local
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2525 param: *const ::sched_param, in sched_setscheduler() 2587 param: *mut ::sched_param, in posix_spawnattr_getschedparam() 2591 param: *const ::sched_param, in posix_spawnattr_setschedparam()
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3685 param: *mut ::sched_param, in pthread_getschedparam() 3768 param: *const ::sched_param, in pthread_setschedparam() 3774 param: *const ::sched_param, in sched_setscheduler() 3934 param: *mut ::sched_param, in posix_spawnattr_getschedparam() 3938 param: *const ::sched_param, in posix_spawnattr_setschedparam()
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 4944 param: *mut sched_param, in pthread_attr_getschedparam() 4948 param: *const sched_param, in pthread_attr_setschedparam() 4953 param: *mut sched_param, in pthread_getschedparam() 4958 param: *const sched_param, in pthread_setschedparam()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2754 param: *mut ::sched_param, in pthread_getschedparam() 2853 param: *const ::sched_param, in pthread_setschedparam() 2859 param: *const ::sched_param, in sched_setscheduler()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4012 param: *mut ::sched_param, in posix_spawnattr_getschedparam() 4016 param: *const ::sched_param, in posix_spawnattr_setschedparam()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1611 param: *const ::sched_param, in sched_setscheduler()
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2788 param: *const ::sched_param, in sched_setscheduler()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4155 param: *const ::sched_param, in sched_setscheduler()
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 24622 struct sched_param { struct 24623 int sched_priority;
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 27509 struct sched_param { struct 27510 int sched_priority;
|