Home
last modified time | relevance | path

Searched refs:CPU_SET_S (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/include/lapi/
Dcpuset.h43 #ifndef CPU_SET_S
44 #define CPU_SET_S(cpu, size, mask) CPU_SET(cpu, mask) macro
/third_party/musl/libc-test/src/functionalext/supplement/sched/
D__sched_cpucount.c42 CPU_SET_S(cpu, size, cpusetp); in __sched_cpucount_0100()
68 CPU_SET_S(cpu, size, cpusetp); in __sched_cpucount_0200()
Dsched_setaffinity.c38 CPU_SET_S(max, set_size, set); in sched_setaffinity_0100()
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h82 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
115 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h82 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
115 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/include/
Dsched.h95 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
128 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h82 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
115 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/linux/user/include/
Dsched.h97 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
130 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
114 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_m/user/include/
Dsched.h95 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
128 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/ndk_musl_include/
Dsched.h97 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
130 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/ltp/testcases/kernel/syscalls/sched_setaffinity/
Dsched_setaffinity01.c111 CPU_SET_S(ncpus, emask_size, emask); in setup()
/third_party/ltp/testcases/kernel/syscalls/getcpu/
Dgetcpu01.c72 CPU_SET_S(cpu_max, size, set); in set_cpu_affinity()
/third_party/python/Modules/
Dposixmodule.c7104 CPU_SET_S(cpu, setsize, cpu_set); in os_sched_setaffinity_impl()