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:stop_flag
(Results
1 - 12
of
12
) sorted by relevance
/third_party/libuv/src/win/
H
A
D
core.c
286
loop->
stop_flag
= 0;
in uv_loop_init()
417
if (loop->
stop_flag
== 0 &&
in uv_backend_timeout()
634
if (mode == UV_RUN_DEFAULT && r != 0 && loop->
stop_flag
== 0) {
in uv_run()
639
while (r != 0 && loop->
stop_flag
== 0) {
in uv_run()
683
if (loop->
stop_flag
!= 0)
in uv_run()
684
loop->
stop_flag
= 0;
in uv_run()
/third_party/node/deps/uv/src/win/
H
A
D
core.c
286
loop->
stop_flag
= 0;
in uv_loop_init()
415
if (loop->
stop_flag
== 0 &&
in uv_backend_timeout()
601
while (r != 0 && loop->
stop_flag
== 0) {
in uv_run()
656
if (loop->
stop_flag
!= 0)
in uv_run()
657
loop->
stop_flag
= 0;
in uv_run()
/third_party/node/deps/uv/src/unix/
H
A
D
loop.c
75
loop->
stop_flag
= 0;
in uv_loop_init()
H
A
D
core.c
358
if (loop->
stop_flag
== 0 &&
in uv__backend_timeout()
391
while (r != 0 && loop->
stop_flag
== 0) {
in uv_run()
444
if (loop->
stop_flag
!= 0)
in uv_run()
445
loop->
stop_flag
= 0;
in uv_run()
/third_party/libuv/src/unix/
H
A
D
loop.c
87
loop->
stop_flag
= 0;
in uv_loop_init()
H
A
D
core.c
391
if (loop->
stop_flag
== 0 &&
in uv__backend_timeout()
440
while (r != 0 && loop->
stop_flag
== 0) {
in uv_run()
500
if (loop->
stop_flag
!= 0)
in uv_run()
501
loop->
stop_flag
= 0;
in uv_run()
/third_party/ffmpeg/libavcodec/
H
A
D
alsdec.c
186
int
stop_flag
;
member
1244
while (entries < channels && !(current->
stop_flag
= get_bits1(gb))) {
in read_channel_data()
1298
while (dep < channels && !ch[dep].
stop_flag
) {
in revert_channel_correlation()
1321
for (dep = 0; !ch[dep].
stop_flag
; dep++) {
in revert_channel_correlation()
/third_party/libuv/src/
H
A
D
uv-common.c
616
loop->
stop_flag
= 1;
in uv_stop()
/third_party/node/deps/uv/src/
H
A
D
uv-common.c
579
loop->
stop_flag
= 1;
in uv_stop()
/third_party/libuv/include/
H
A
D
uv.h
1948
unsigned int
stop_flag
;
member
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1795
unsigned int
stop_flag
;
member
/third_party/node/deps/uv/include/
H
A
D
uv.h
1819
unsigned int
stop_flag
;
member
Completed in 22 milliseconds