Searched defs:CPU_SET_S (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/include/lapi/ |
D | cpuset.h | 44 #define CPU_SET_S(cpu, size, mask) CPU_SET(cpu, mask) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 84 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/include/ |
D | sched.h | 109 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 91 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 98 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 95 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
|