Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CPU_SETSIZE
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
alltypes.h
81
#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.h
54
#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
D
pthread_affinity.cpp
5
for (int i = 0; i <
CPU_SETSIZE
; ++i) {
in main()
/third_party/ltp/include/lapi/
H
A
D
cpuset.h
9
* 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
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/rust/crates/rustix/src/backend/libc/process/
H
A
D
types.rs
412
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
D
sched.rs
23
pub const MAX_CPU: usize = backend::process::types::
CPU_SETSIZE
;
/third_party/musl/porting/liteos_a/user/include/
H
A
D
sched.h
122
#define
CPU_SETSIZE
128
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
sched.h
114
#define
CPU_SETSIZE
128
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
sched.h
114
#define
CPU_SETSIZE
128
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
sched.h
114
#define
CPU_SETSIZE
128
macro
/third_party/musl/porting/linux/user/include/
H
A
D
sched.h
129
#define
CPU_SETSIZE
128
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
sched.h
126
#define
CPU_SETSIZE
128
macro
/third_party/musl/include/
H
A
D
sched.h
140
#define
CPU_SETSIZE
1024
macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H
A
D
mod.rs
220
pub const
CPU_SETSIZE
: ::size_t = 32;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H
A
D
mod.rs
196
pub const
CPU_SETSIZE
: ::c_int = 0x400;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H
A
D
mod.rs
309
pub const
CPU_SETSIZE
: ::size_t = 1024;
consts
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H
A
D
types.rs
246
pub(crate) const
CPU_SETSIZE
: usize = 8 * core::mem::size_of::<RawCpuSet>();
/third_party/benchmark/src/
H
A
D
sysinfo.cc
594
for (int i = 0; i <
CPU_SETSIZE
; ++i)
in SetAffinity()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
550
pub const
CPU_SETSIZE
: ::c_int = 128;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
H
A
D
mod.rs
300
pub const
CPU_SETSIZE
: ::c_int = 0x400;
consts
/third_party/libuv/src/unix/
H
A
D
core.c
1552
return
CPU_SETSIZE
;
in uv_cpumask_size()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
1343
pub const
CPU_SETSIZE
: ::c_int = 128;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
852
pub const
CPU_SETSIZE
: ::c_int = 0x400;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H
A
D
mod.rs
1069
pub const
CPU_SETSIZE
: ::size_t = ::mem::size_of::<::cpumask_t>() * 8;
consts
Completed in 26 milliseconds
1
2