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:uv_ref
(Results
1 - 14
of
14
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-stdio-over-pipes.c
269
uv_ref
((uv_handle_t*) &stdout_pipe1);
in stdio_over_pipes_helper()
270
uv_ref
((uv_handle_t*) &stdin_pipe1);
in stdio_over_pipes_helper()
271
uv_ref
((uv_handle_t*) &stdout_pipe2);
in stdio_over_pipes_helper()
272
uv_ref
((uv_handle_t*) &stdin_pipe2);
in stdio_over_pipes_helper()
H
A
D
test-poll-multiple-handles.c
94
uv_ref
((uv_handle_t*) &second_poll_handle);
in TEST_IMPL()
H
A
D
test-ref.c
439
uv_ref
((uv_handle_t*)&h);
in TEST_IMPL()
H
A
D
test-fs-event.c
1155
uv_ref
((uv_handle_t*) event);
in TEST_IMPL()
/third_party/node/src/
H
A
D
timer_wrap.cc
33
uv_ref
(reinterpret_cast<uv_handle_t*>(&timer_));
in Ref()
H
A
D
handle_wrap.cc
45
uv_ref
(wrap->GetHandle());
in Ref()
H
A
D
env.cc
599
uv_ref
(reinterpret_cast<uv_handle_t*>(&task_queues_async_));
in add_refs()
1181
uv_ref
(reinterpret_cast<uv_handle_t*>(timer_handle()));
in ToggleTimerRef()
1239
uv_ref
(h);
in RunTimers()
H
A
D
spawn_sync.cc
589
uv_ref
(uv_timer_handle);
in CloseKillTimer()
H
A
D
node_api.cc
343
uv_ref
(reinterpret_cast<uv_handle_t*>(&async));
in Ref()
/third_party/libuv/src/
H
A
D
uv-common.c
600
void
uv_ref
(uv_handle_t* handle) {
in uv_ref()
function
/third_party/node/deps/uv/src/
H
A
D
uv-common.c
563
void
uv_ref
(uv_handle_t* handle) {
in uv_ref()
function
/third_party/libuv/include/
H
A
D
uv.h
326
UV_EXTERN void
uv_ref
(uv_handle_t*);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
301
UV_EXTERN void
uv_ref
(uv_handle_t*);
/third_party/node/deps/uv/include/
H
A
D
uv.h
303
UV_EXTERN void
uv_ref
(uv_handle_t*);
Completed in 21 milliseconds