Home
last modified time | relevance | path

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

/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/sys_util/src/
Dpriority.rs25 let sched_param = libc::sched_param { in set_rt_round_robin() localVariable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D2-2.c64 struct sched_param sched_param; in set_priority() local
D2-3.c64 struct sched_param sched_param; in set_priority() local
D2-1.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/adhd/cras/src/common/
Dcras_util.c41 struct sched_param sched_param; in cras_set_thread_priority() 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.c344 struct sched_param sched_param; in set_thread_priority() local
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3284 param: *mut ::sched_param, in pthread_getschedparam()
3361 param: *const ::sched_param, in pthread_setschedparam()
3367 param: *const ::sched_param, in sched_setscheduler()
3519 param: *mut ::sched_param, in posix_spawnattr_getschedparam()
3523 param: *const ::sched_param, in posix_spawnattr_setschedparam()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1474 param: *mut ::sched_param, in posix_spawnattr_getschedparam()
1478 param: *const ::sched_param, in posix_spawnattr_setschedparam()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2509 param: *mut ::sched_param, in pthread_getschedparam()
2586 param: *const ::sched_param, in pthread_setschedparam()
2592 param: *const ::sched_param, in sched_setscheduler()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1515 param: *const ::sched_param, in sched_setscheduler()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4150 param: *const ::sched_param, in sched_setscheduler()