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:active_handles
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-loop-time.c
47
loop->
active_handles
++;
in TEST_IMPL()
50
loop->
active_handles
--;
in TEST_IMPL()
/third_party/libuv/src/
H
A
D
uv-common.h
269
((loop)->
active_handles
> 0)
273
(h)->loop->
active_handles
++; \
279
(h)->loop->
active_handles
--; \
/third_party/node/deps/uv/src/
H
A
D
uv-common.h
246
((loop)->
active_handles
> 0)
250
(h)->loop->
active_handles
++; \
256
(h)->loop->
active_handles
--; \
/third_party/node/deps/uv/src/unix/
H
A
D
loop.c
57
loop->
active_handles
= 0;
in uv_loop_init()
/third_party/libuv/src/unix/
H
A
D
loop.c
69
loop->
active_handles
= 0;
in uv_loop_init()
H
A
D
core.c
417
return loop->
active_handles
> initial_handles ||
in uv_loop_alive_taskpool()
/third_party/libuv/src/win/
H
A
D
core.c
261
loop->
active_handles
= 0;
in uv_loop_init()
/third_party/node/deps/uv/src/win/
H
A
D
core.c
258
loop->
active_handles
= 0;
in uv_loop_init()
/third_party/libuv/include/
H
A
D
uv.h
1939
unsigned int
active_handles
;
member
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1786
unsigned int
active_handles
;
member
/third_party/node/deps/uv/include/
H
A
D
uv.h
1810
unsigned int
active_handles
;
member
Completed in 20 milliseconds