Home
last modified time | relevance | path

Searched refs:CPU_SETSIZE (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h81 #undef CPU_SETSIZE
82 #define CPU_SETSIZE 1024 macro
84 #define CPU_SETSIZE 32 macro
86 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu…
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h54 #define CPU_SETSIZE 32 macro
55 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu…
/third_party/ltp/include/lapi/
Dcpuset.h25 if (ncpus > CPU_SETSIZE) { \
/third_party/mesa3d/src/util/
Du_thread.h179 for (unsigned i = 0; i < num_mask_bits && i < CPU_SETSIZE; i++) { in util_set_thread_affinity()
186 for (unsigned i = 0; i < num_mask_bits && i < CPU_SETSIZE; i++) { in util_set_thread_affinity()
/third_party/boost/libs/fiber/src/numa/freebsd/
Dtopology.cpp37 for ( int cpu_id = 0; cpu_id < CPU_SETSIZE; ++cpu_id) { in topology()
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h113 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h113 #define CPU_SETSIZE 128 macro
/third_party/musl/include/
Dsched.h126 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h113 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/linux/user/include/
Dsched.h128 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h126 #define CPU_SETSIZE 128 macro
/third_party/musl/ndk_musl_include/
Dsched.h128 #define CPU_SETSIZE 128 macro
/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp495 for (int i = 0; i < CPU_SETSIZE; i++) { in WelsQueryLogicalProcessInfo()