Home
last modified time | relevance | path

Searched refs:SYS_sched_setaffinity (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/sched/
Daffinity.c9 return syscall(SYS_sched_setaffinity, tid, size, set); in sched_setaffinity()
14 return -__syscall(SYS_sched_setaffinity, td->tid, size, set); in pthread_setaffinity_np()
/third_party/musl/porting/liteos_a/user/src/sched/
Daffinity.c13 return syscall(SYS_sched_setaffinity, tid, (unsigned short)(set->__bits[0]), MUSL_TYPE_PROCESS); in sched_setaffinity()
21 …return -__syscall(SYS_sched_setaffinity, td->tid, (unsigned short)(set->__bits[0]), MUSL_TYPE_THRE… in pthread_setaffinity_np()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h620 #define SYS_sched_setaffinity 241 macro