Home
last modified time | relevance | path

Searched defs:CPU_ISSET_S (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/include/lapi/
H A Dcpuset.h48 #define CPU_ISSET_S(cpu, size, mask) CPU_ISSET(cpu, mask) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h86 #define CPU_ISSET_S(i, size, set) (__CPU_op_S(i, size, set, &) != 0) macro
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h93 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h85 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h100 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h85 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h97 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h85 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro
/third_party/musl/include/
H A Dsched.h111 #define CPU_ISSET_S(i, size, set) __CPU_op_S(i, size, set, &) macro

Completed in 4 milliseconds