Home
last modified time | relevance | path

Searched defs:CPU_SET_S (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/include/lapi/
Dcpuset.h44 #define CPU_SET_S(cpu, size, mask) CPU_SET(cpu, mask) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h83 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h84 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/include/
Dsched.h109 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h91 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/porting/linux/user/include/
Dsched.h98 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h95 #define CPU_SET_S(i, size, set) __CPU_op_S(i, size, set, |=) macro