Home
last modified time | relevance | path

Searched defs:sched_param (Results 1 – 25 of 30) sorted by relevance

12

/external/musl/include/
Dsched.h19 struct sched_param { struct
35 int sched_getparam(pid_t, struct sched_param *); argument
/external/kernel-headers/original/uapi/linux/sched/
Dtypes.h7 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/
Dprio-preempt.c137 struct sched_param sched_param; in busy_thread() local
163 struct sched_param sched_param; in worker_thread() local
/external/crosvm/base/src/unix/
Dpriority.rs25 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
/external/crosvm/common/sys_util/src/
Dpriority.rs25 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
/external/crosvm/base/src/windows/
Dpriority.rs32 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D2-1.c64 struct sched_param sched_param; in set_priority() local
D2-3.c64 struct sched_param sched_param; in set_priority() local
D2-2.c64 struct sched_param sched_param; in set_priority() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D3-1.c65 struct sched_param sched_param; in set_priority() local
/external/ltp/testcases/kernel/syscalls/sched_setscheduler/
Dsched_setscheduler03.c36 struct sched_param *sched_param; member
/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c132 struct sched_param sched_param; in worker_thread() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c69 struct sched_param sched_param = {.sched_priority = prio}; in init_attr() local
/external/mesa3d/src/util/
Du_queue.c349 struct sched_param sched_param = {0}; in util_queue_create_thread() local
/external/ltp/testcases/realtime/lib/
Dlibrttest.c345 struct sched_param sched_param; in set_thread_priority() local
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2525 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/
Dmod.rs3685 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/
Dmod.rs4944 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/
Dmod.rs2754 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/
Dmod.rs4012 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/
Dmod.rs1611 param: *const ::sched_param, in sched_setscheduler()
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2788 param: *const ::sched_param, in sched_setscheduler()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4155 param: *const ::sched_param, in sched_setscheduler()
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h24622 struct sched_param { struct
24623 int sched_priority;
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h27509 struct sched_param { struct
27510 int sched_priority;

12