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_ZERO
(Results
1 - 25
of
44
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H
A
D
sched_getaffinity.c
31
CPU_ZERO
(&mask);
in sched_getaffinity_0100()
39
CPU_ZERO
(&get);
in sched_getaffinity_0100()
H
A
D
sched_setaffinity.c
60
CPU_ZERO
(&mask);
in sched_setaffinity_0200()
68
CPU_ZERO
(&get);
in sched_setaffinity_0200()
/third_party/ltp/testcases/realtime/stress/pi-tests/
H
A
D
testpi-3.c
104
CPU_ZERO
(&mask);
in func_nonrt()
153
CPU_ZERO
(&mask);
in func_rt()
209
CPU_ZERO
(&mask);
in func_noise()
327
CPU_ZERO
(&mask);
in main()
/third_party/pulseaudio/src/tests/
H
A
D
atomic-test.c
109
CPU_ZERO
(&io1.cpuset);
in START_TEST()
113
CPU_ZERO
(&io2.cpuset);
in START_TEST()
H
A
D
rtstutter.c
68
CPU_ZERO
(&mask);
in work()
H
A
D
once-test.c
70
CPU_ZERO
(&mask);
in thread_func()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
H
A
D
cpuset_syscall_test.c
125
CPU_ZERO
(&tmask);
in test_setaffinity()
137
CPU_ZERO
(&tmask);
in test_getaffinity()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H
A
D
thread.cpp
152
CPU_ZERO
(&cpuset);
in all()
164
CPU_ZERO
(&cpuset);
in all()
380
CPU_ZERO
(&cpuset);
in setAffinity()
388
CPU_ZERO
(&cpuset);
in setAffinity()
/third_party/benchmark/cmake/
H
A
D
pthread_affinity.cpp
4
CPU_ZERO
(&set);
in main()
/third_party/ltp/include/lapi/
H
A
D
cpuset.h
40
#define CPU_ZERO_S(size, mask)
CPU_ZERO
(mask)
/third_party/ltp/testcases/open_posix_testsuite/include/
H
A
D
affinity.h
35
CPU_ZERO
(&mask);
in set_affinity()
/third_party/musl/libc-test/src/regression/
H
A
D
malloc-free-performance.c
163
CPU_ZERO
(&mask);
in main()
H
A
D
malloc-multi-thread-performance.c
33
CPU_ZERO
(&mask);
in func()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H
A
D
starvation.c
53
CPU_ZERO
(&mask);
in setup()
/third_party/ltp/testcases/realtime/func/measurement/
H
A
D
preempt_timing.c
121
CPU_ZERO
(&mask);
in main()
/third_party/skia/third_party/externals/oboe/samples/shared/
H
A
D
DefaultAudioStreamCallback.h
114
CPU_ZERO
(&cpu_set);
in setThreadAffinity()
/third_party/rust/crates/rustix/src/process/
H
A
D
sched.rs
67
backend::process::cpu_set::
CPU_ZERO
(&mut self.cpu_set)
in clear()
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H
A
D
cpufreq_boost.c
129
CPU_ZERO
(&set);
in setup()
/third_party/ltp/testcases/realtime/func/pi-tests/
H
A
D
testpi-2.c
177
CPU_ZERO
(&mask);
in main()
H
A
D
testpi-4.c
176
CPU_ZERO
(&mask);
in main()
H
A
D
testpi-1.c
175
CPU_ZERO
(&mask);
in main()
/third_party/musl/porting/liteos_a/user/include/
H
A
D
sched.h
131
#define
CPU_ZERO
(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
sched.h
123
#define
CPU_ZERO
(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
sched.h
123
#define
CPU_ZERO
(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
sched.h
122
#define
CPU_ZERO
(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
macro
Completed in 8 milliseconds
1
2