Home
last modified time | relevance | path

Searched refs:sched_policy (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c67 static void init_attr(pthread_attr_t *attr, int sched_policy, int prio) in init_attr() argument
78 ret = pthread_attr_setschedpolicy(attr, sched_policy); in init_attr()
97 static void run_hp_threads(int sched_policy, int sched_prio) in run_hp_threads() argument
111 init_attr(&attr, sched_policy, sched_prio); in run_hp_threads()
145 int sched_policy; member
151 int ret, sched_policy; in do_test() local
156 ret = pthread_getschedparam(pthread_self(), &sched_policy, &param); in do_test()
162 if (p->sched_policy != sched_policy) { in do_test()
164 sched_policy, p->sched_policy); in do_test()
175 run_hp_threads(p->sched_policy, p->sched_priority + 1); in do_test()
[all …]
/third_party/ltp/testcases/kernel/sched/tool/
Dtrace_sched.c199 static int sched_policy; /* scheduling policy as set by user/default */ in thread_func() local
214 if ((sched_policy = locargptr->s_policy) == SCHED_OTHER) in thread_func()
230 if ((sched_setscheduler(getpid(), sched_policy, &ssp)) == -1) { in thread_func()
/third_party/mesa3d/src/tool/pps/
Dpps_datasource.cc315 int sched_policy = SCHED_FIFO; in trace() local
317 int priority_value = sched_get_priority_max(sched_policy) - 1; in trace()
319 sched_setscheduler(0, sched_policy, &priority_param); in trace()
/third_party/ltp/include/lapi/
Dsched.h16 uint32_t sched_policy; member
/third_party/ltp/testcases/kernel/syscalls/sched_getattr/
Dsched_getattr01.c53 attr.sched_policy = SCHED_DEADLINE; in run_deadline()
/third_party/ltp/testcases/kernel/syscalls/sched_setattr/
Dsched_setattr01.c54 .sched_policy = SCHED_DEADLINE,
/third_party/toybox/lib/
Dportability.h294 #if defined(__BIONIC__) && __has_include(<processgroup/sched_policy.h>)
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs104 pub sched_policy: i32,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs32 pub sched_policy: i32,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h28343 __u32 sched_policy; member