/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/sys_util/src/ |
D | priority.rs | 25 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-2.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-1.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/adhd/cras/src/common/ |
D | cras_util.c | 41 struct sched_param sched_param; in cras_set_thread_priority() 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 | 344 struct sched_param sched_param; in set_thread_priority() local
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3284 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/ |
D | mod.rs | 1474 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/ |
D | mod.rs | 2509 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/ |
D | mod.rs | 1515 param: *const ::sched_param, in sched_setscheduler()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4150 param: *const ::sched_param, in sched_setscheduler()
|