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:threads_running
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest06/
H
A
D
mmap3.c
31
static int
threads_running
;
variable
62
tst_atomic_dec(&
threads_running
);
in exit_thread()
74
tst_atomic_inc(&
threads_running
);
in map_write_unmap()
160
if (!
threads_running
)
in cleanup()
163
tst_res(TINFO, "Waiting for %i threads to terminate",
threads_running
);
in cleanup()
167
while ((volatile int)
threads_running
> 1) {
in cleanup()
169
(volatile int)
threads_running
);
in cleanup()
/third_party/ltp/testcases/realtime/func/prio-preempt/
H
A
D
prio-preempt.c
77
volatile int
threads_running
= 0;
variable
175
threads_running
++;
in worker_thread()
192
threads_running
--;
in worker_thread()
225
threads_running
--;
in worker_thread()
272
while (
threads_running
< NUM_WORKERS)
in master_thread()
283
while (
threads_running
)
in master_thread()
Completed in 2 milliseconds