Searched refs:sched_policy (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-6.c | 67 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, ¶m); 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/ |
D | trace_sched.c | 199 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/ |
D | pps_datasource.cc | 315 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/ |
D | sched.h | 16 uint32_t sched_policy; member
|
/third_party/ltp/testcases/kernel/syscalls/sched_getattr/ |
D | sched_getattr01.c | 53 attr.sched_policy = SCHED_DEADLINE; in run_deadline()
|
/third_party/ltp/testcases/kernel/syscalls/sched_setattr/ |
D | sched_setattr01.c | 54 .sched_policy = SCHED_DEADLINE,
|
/third_party/toybox/lib/ |
D | portability.h | 294 #if defined(__BIONIC__) && __has_include(<processgroup/sched_policy.h>)
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 104 pub sched_policy: i32,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 32 pub sched_policy: i32,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 28343 __u32 sched_policy; member
|