Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dsched.h44 struct sched_param { struct
66 int WINPTHREAD_SCHED_API sched_setscheduler(pid_t pid, int pol, const struct sched_param *param); argument
Dpthread.h239 struct sched_param { struct
247 int WINPTHREAD_API sched_setscheduler(pid_t pid, int pol, const struct sched_param *param); argument
/third_party/musl/include/
Dsched.h19 struct sched_param { struct
35 int sched_getparam(pid_t, struct sched_param *); argument
/third_party/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
/third_party/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
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h521 struct sched_param { struct
541 struct sched_param schedparam; argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D3-1.c65 struct sched_param sched_param; in set_priority() local
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
Dsched_setscheduler03.c36 struct sched_param *sched_param; member
/third_party/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c132 struct sched_param sched_param; in worker_thread() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c69 struct sched_param sched_param = {.sched_priority = prio}; in init_attr() local
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h91 struct sched_param { struct
101 struct sched_param schedparam; argument
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c345 struct sched_param sched_param; in set_thread_priority() local
/third_party/Linux_Kernel/include/linux/
Dsched.h9 struct sched_param { struct
10 int sched_priority;