/third_party/rust/crates/rustix/src/backend/libc/process/ |
D | cpu_set.rs | 4 use super::types::{RawCpuSet, CPU_SETSIZE}; 9 cpu < CPU_SETSIZE, in CPU_SET() 11 CPU_SETSIZE, in CPU_SET() 25 cpu < CPU_SETSIZE, in CPU_CLR() 27 CPU_SETSIZE, in CPU_CLR() 36 cpu < CPU_SETSIZE, in CPU_ISSET() 38 CPU_SETSIZE, in CPU_ISSET()
|
D | types.rs | 412 pub(crate) const CPU_SETSIZE: usize = c::CPU_SETSIZE as usize; constant 414 pub(crate) const CPU_SETSIZE: usize = 256; constant
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | alltypes.h | 81 #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.h | 54 #define CPU_SETSIZE 32 macro 55 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu…
|
/third_party/mesa3d/src/util/ |
D | u_thread.h | 181 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/ltp/include/lapi/ |
D | cpuset.h | 25 if (ncpus > CPU_SETSIZE) { \
|
/third_party/rust/crates/rustix/src/process/ |
D | sched.rs | 23 pub const MAX_CPU: usize = backend::process::types::CPU_SETSIZE;
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 129 #define CPU_SETSIZE 128 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 114 #define CPU_SETSIZE 128 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 126 #define CPU_SETSIZE 128 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 122 #define CPU_SETSIZE 128 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 128 #define CPU_SETSIZE 128 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 114 #define CPU_SETSIZE 128 macro
|
/third_party/musl/include/ |
D | sched.h | 127 #define CPU_SETSIZE 128 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 114 #define CPU_SETSIZE 128 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 220 pub const CPU_SETSIZE: ::size_t = 32; constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | types.rs | 246 pub(crate) const CPU_SETSIZE: usize = 8 * core::mem::size_of::<RawCpuSet>(); constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 196 pub const CPU_SETSIZE: ::c_int = 0x400; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 309 pub const CPU_SETSIZE: ::size_t = 1024; constant
|
/third_party/openh264/codec/common/src/ |
D | WelsThreadLib.cpp | 495 for (int i = 0; i < CPU_SETSIZE; i++) { in WelsQueryLogicalProcessInfo()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 550 pub const CPU_SETSIZE: ::c_int = 128; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 148 CPU_SETSIZE
|
D | dragonfly.txt | 148 CPU_SETSIZE
|
D | freebsd.txt | 176 CPU_SETSIZE
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
D | mod.rs | 300 pub const CPU_SETSIZE: ::c_int = 0x400; constant
|