Home
last modified time | relevance | path

Searched refs:CPU_SETSIZE (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h81 #undef CPU_SETSIZE macro
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_set_t;
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A 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_set_t;
/third_party/benchmark/cmake/
H A Dpthread_affinity.cpp5 for (int i = 0; i < CPU_SETSIZE; ++i) { in main()
/third_party/ltp/include/lapi/
H A Dcpuset.h9 * with no more than CPU_SETSIZE cpus in it.
14 * CPU_SETSIZE, this interface will not work. Update libc in this case :)
25 if (ncpus > CPU_SETSIZE) { \
/third_party/mesa3d/src/util/
H A Du_thread.h181 for (unsigned i = 0; i < num_mask_bits && i < CPU_SETSIZE; i++) { in util_set_thread_affinity()
188 for (unsigned i = 0; i < num_mask_bits && i < CPU_SETSIZE; i++) { in util_set_thread_affinity()
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs412 pub(crate) const CPU_SETSIZE: usize = c::CPU_SETSIZE as usize;
414 pub(crate) const CPU_SETSIZE: usize = 256;
/third_party/rust/crates/rustix/src/process/
H A Dsched.rs23 pub const MAX_CPU: usize = backend::process::types::CPU_SETSIZE;
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h122 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h114 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h114 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h114 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h129 #define CPU_SETSIZE 128 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h126 #define CPU_SETSIZE 128 macro
/third_party/musl/include/
H A Dsched.h140 #define CPU_SETSIZE 1024 macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs220 pub const CPU_SETSIZE: ::size_t = 32; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs196 pub const CPU_SETSIZE: ::c_int = 0x400; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs309 pub const CPU_SETSIZE: ::size_t = 1024; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs246 pub(crate) const CPU_SETSIZE: usize = 8 * core::mem::size_of::<RawCpuSet>();
/third_party/benchmark/src/
H A Dsysinfo.cc594 for (int i = 0; i < CPU_SETSIZE; ++i) in SetAffinity()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs550 pub const CPU_SETSIZE: ::c_int = 128; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
H A Dmod.rs300 pub const CPU_SETSIZE: ::c_int = 0x400; consts
/third_party/libuv/src/unix/
H A Dcore.c1552 return CPU_SETSIZE; in uv_cpumask_size()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1343 pub const CPU_SETSIZE: ::c_int = 128; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs852 pub const CPU_SETSIZE: ::c_int = 0x400; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1069 pub const CPU_SETSIZE: ::size_t = ::mem::size_of::<::cpumask_t>() * 8; consts

Completed in 26 milliseconds

12