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:num_cpu
(Results
1 - 5
of
5
) sorted by relevance
/third_party/benchmark/src/
H
A
D
sysinfo.cc
473
int
num_cpu
= -1;
in GetNumCPUs()
local
474
if (GetSysctl("hw.ncpu", &
num_cpu
)) return
num_cpu
;
in GetNumCPUs()
488
long
num_cpu
= sysconf(_SC_NPROCESSORS_ONLN);
in GetNumCPUs()
489
if (
num_cpu
< 0) {
in GetNumCPUs()
493
return (int)
num_cpu
;
in GetNumCPUs()
495
return static_cast<int>(_syspage_ptr->
num_cpu
);
in GetNumCPUs()
/third_party/libuv/src/unix/
H
A
D
qnx.c
127
int num_cpus = _syspage_ptr->
num_cpu
;
in uv_cpu_info()
/third_party/node/deps/uv/src/unix/
H
A
D
qnx.c
122
int num_cpus = _syspage_ptr->
num_cpu
;
in uv_cpu_info()
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
neutrino.rs
221
pub
num_cpu
: u16,
/third_party/libbpf/src/
H
A
D
libbpf.c
10283
int
num_cpu
= libbpf_num_possible_cpus();
local
10286
if (value_sz !=
num_cpu
* elem_sz) {
10288
map->name, value_sz,
num_cpu
, elem_sz,
num_cpu
* elem_sz);
Completed in 21 milliseconds