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:next_thread
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
unwind-libdw.c
122
static pid_t
next_thread
(Dwfl *dwfl, void *arg, void **thread_argp)
in next_thread()
function
190
.
next_thread
=
next_thread
,
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
unwind-libdw.c
148
static pid_t
next_thread
(Dwfl *dwfl, void *arg, void **thread_argp)
in next_thread()
function
223
.
next_thread
=
next_thread
,
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
signal.h
619
while ((t =
next_thread
(t)) != g)
681
static inline struct task_struct *
next_thread
(const struct task_struct *p)
in next_thread()
function
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
signal.h
653
* otherwise
next_thread
(t) will never reach g after list_del_rcu(g).
656
while ((t =
next_thread
(t)) != g)
718
static inline struct task_struct *
next_thread
(const struct task_struct *p)
in next_thread()
function
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
task_iter.c
83
next_task =
next_thread
(task);
in task_group_seq_get_next()
/kernel/linux/linux-5.10/kernel/
H
A
D
exit.c
177
sig->curr_target =
next_thread
(tsk);
in __exit_signal()
H
A
D
signal.c
1015
t =
next_thread
(t);
in complete_signal()
/kernel/linux/linux-6.6/kernel/
H
A
D
exit.c
180
sig->curr_target =
next_thread
(tsk);
in __exit_signal()
H
A
D
signal.c
1028
t =
next_thread
(t);
in complete_signal()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
base.c
4019
pos =
next_thread
(start);
in next_tid()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
base.c
4051
pos =
next_thread
(start);
in next_tid()
Completed in 31 milliseconds