Home
last modified time | relevance | path

Searched refs:CPU_SET_S (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/include/lapi/
H A 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/
H A 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()
H A Dsched_setaffinity.c38 CPU_SET_S(max, set_size, set); in sched_setaffinity_0100()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h91 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
124 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
116 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
116 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h84 #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/
H A Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
116 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/linux/user/include/
H A Dsched.h98 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
131 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/musl/porting/liteos_m/user/include/
H A 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/include/
H A Dsched.h109 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
142 #define CPU_SET(i, set) CPU_SET_S(i,sizeof(cpu_set_t),set)
/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice05.c94 CPU_SET_S(some_cpu, size, set); in setup()
/third_party/ltp/testcases/kernel/syscalls/sched_setaffinity/
H A Dsched_setaffinity01.c111 CPU_SET_S(ncpus, emask_size, emask); in setup()
/third_party/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c58 CPU_SET_S(cpu_max, size, set); in set_cpu_affinity()
/third_party/python/Modules/
H A Dposixmodule.c7249 CPU_SET_S(cpu, setsize, cpu_set); in os_sched_setaffinity_impl()

Completed in 27 milliseconds