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:cond_destroy
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/bench/
H
A
D
futex-hash.c
223
cond_destroy
(&thread_parent);
in bench_futex_hash()
224
cond_destroy
(&thread_worker);
in bench_futex_hash()
H
A
D
futex-lock-pi.c
228
cond_destroy
(&thread_parent);
in bench_futex_lock_pi()
229
cond_destroy
(&thread_worker);
in bench_futex_lock_pi()
H
A
D
futex-wake.c
229
cond_destroy
(&thread_parent);
in bench_futex_wake()
230
cond_destroy
(&thread_worker);
in bench_futex_wake()
H
A
D
futex-wake-parallel.c
340
cond_destroy
(&thread_parent);
in bench_futex_wake_parallel()
341
cond_destroy
(&thread_worker);
in bench_futex_wake_parallel()
H
A
D
futex-requeue.c
302
cond_destroy
(&thread_parent);
in bench_futex_requeue()
303
cond_destroy
(&thread_worker);
in bench_futex_requeue()
H
A
D
epoll-wait.c
526
cond_destroy
(&thread_parent);
in bench_epoll_wait()
527
cond_destroy
(&thread_worker);
in bench_epoll_wait()
H
A
D
epoll-ctl.c
398
cond_destroy
(&thread_parent);
in bench_epoll_ctl()
399
cond_destroy
(&thread_worker);
in bench_epoll_ctl()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
mutex.c
101
void
cond_destroy
(struct cond *cnd)
in cond_destroy()
function
H
A
D
mutex.h
102
void
cond_destroy
(struct cond *cnd);
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-top.c
1235
cond_destroy
(&top->qe.cond);
in exit_process_thread()
Completed in 7 milliseconds