Home
last modified time | relevance | path

Searched defs:sched_setaffinity (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/sched/
Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity() function
/third_party/musl/porting/liteos_a/user/src/sched/
Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity() function
/third_party/toybox/toys/other/
Dtaskset.c38 #define sched_setaffinity(pid, size, cpuset) \ macro
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dht_affinity.c43 #define sched_setaffinity(pid, cpusetsize, mask) syscall(__NR_sched_setaffinity, pid, cpusetsize, m… macro
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3084 static int sched_setaffinity(pid_t pid, unsigned len, unsigned long *mask) in sched_setaffinity() function