Home
last modified time | relevance | path

Searched refs:CPU_AND (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dsched.h119 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h119 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h119 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h118 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/porting/linux/user/include/
Dsched.h134 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h127 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h131 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/musl/include/
Dsched.h145 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) macro
/third_party/FreeBSD/
DUPDATING77 The macros provided for the manipulation of CPU sets (e.g. CPU_AND)