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_unref
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/libuv/test/
H
A
D
test-ref.c
113
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
124
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
136
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
148
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
158
uv_unref
((uv_handle_t*)h);
in prepare_cb()
176
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
188
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
203
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
215
uv_unref
((uv_handle_t*)&h);
in TEST_IMPL()
226
uv_unref
((uv_handle_
in TEST_IMPL()
[all...]
H
A
D
test-stdio-over-pipes.c
244
uv_unref
((uv_handle_t*) &stdin_pipe1);
in stdio_over_pipes_helper()
245
uv_unref
((uv_handle_t*) &stdout_pipe1);
in stdio_over_pipes_helper()
246
uv_unref
((uv_handle_t*) &stdin_pipe2);
in stdio_over_pipes_helper()
247
uv_unref
((uv_handle_t*) &stdout_pipe2);
in stdio_over_pipes_helper()
H
A
D
benchmark-udp-pummel.c
168
uv_unref
((uv_handle_t*)&timer_handle);
in pummel()
179
uv_unref
((uv_handle_t*)&s->udp_handle);
in pummel()
H
A
D
test-poll-multiple-handles.c
91
uv_unref
((uv_handle_t*) &second_poll_handle);
in TEST_IMPL()
H
A
D
test-timer-again.c
106
uv_unref
((uv_handle_t*)&dummy);
in TEST_IMPL()
H
A
D
test-signal-pending-on-close.c
102
uv_unref
((uv_handle_t*) &signal_hdl);
in TEST_IMPL()
H
A
D
test-osx-select.c
107
uv_unref
((uv_handle_t*) &tcps[i]);
in TEST_IMPL()
H
A
D
test-udp-options.c
41
uv_unref
((uv_handle_t*)&h); /* don't keep the loop alive */
in udp_options_test()
H
A
D
test-tcp-close.c
94
uv_unref
((uv_handle_t*)handle);
in start_server()
H
A
D
test-tcp-close-after-read-timeout.c
137
uv_unref
((uv_handle_t*) handle);
in start_server()
H
A
D
test-timer.c
147
uv_unref
((uv_handle_t*)&never);
in TEST_IMPL()
448
uv_unref
((uv_handle_t*) &timer_handle);
in TEST_IMPL()
H
A
D
test-fork.c
279
uv_unref
((uv_handle_t*)&signal_handle);
in TEST_IMPL()
339
uv_unref
((uv_handle_t*)&signal_handle); /* so the loop can exit;
in TEST_IMPL()
H
A
D
test-loop-handles.c
313
uv_unref
((uv_handle_t*)&timer_handle);
in TEST_IMPL()
/third_party/libuv/docs/code/ref-timer/
H
A
D
main.c
21
uv_unref
((uv_handle_t*) &gc_req);
in main()
/third_party/libuv/docs/code/detach/
H
A
D
main.c
28
uv_unref
((uv_handle_t*) &child_req);
in main()
/third_party/node/test/addons/uv-handle-leak/
H
A
D
binding.cc
47
uv_unref
(reinterpret_cast<uv_handle_t*>(leaked_timer));
in LeakHandle()
/third_party/node/src/
H
A
D
timer_wrap.cc
38
uv_unref
(reinterpret_cast<uv_handle_t*>(&timer_));
in Unref()
H
A
D
env.cc
597
uv_unref
(reinterpret_cast<uv_handle_t*>(&task_queues_async_));
in add_refs()
874
uv_unref
(reinterpret_cast<uv_handle_t*>(timer_handle()));
in InitializeLibuv()
877
uv_unref
(reinterpret_cast<uv_handle_t*>(immediate_check_handle()));
in InitializeLibuv()
900
uv_unref
(reinterpret_cast<uv_handle_t*>(&idle_prepare_handle_));
in InitializeLibuv()
901
uv_unref
(reinterpret_cast<uv_handle_t*>(&idle_check_handle_));
in InitializeLibuv()
902
uv_unref
(reinterpret_cast<uv_handle_t*>(&task_queues_async_));
in InitializeLibuv()
1183
uv_unref
(reinterpret_cast<uv_handle_t*>(timer_handle()));
in ToggleTimerRef()
1241
uv_unref
(h);
in RunTimers()
1243
uv_unref
(h);
in RunTimers()
H
A
D
node_win32_etw_provider.cc
183
uv_unref
(reinterpret_cast<uv_handle_t*>(&dispatch_etw_events_change_async));
in init_etw()
H
A
D
handle_wrap.cc
54
uv_unref
(wrap->GetHandle());
in Unref()
H
A
D
fs_event_wrap.cc
171
uv_unref
(reinterpret_cast<uv_handle_t*>(&wrap->handle_));
in Start()
H
A
D
node_platform.cc
235
uv_unref
(reinterpret_cast<uv_handle_t*>(flush_tasks_));
in PerIsolatePlatformData()
473
uv_unref
(reinterpret_cast<uv_handle_t*>(&delayed->timer));
in FlushForegroundTasksInternal()
H
A
D
node_watchdog.cc
179
uv_unref
(reinterpret_cast<uv_handle_t*>(&handle_));
in TraceSigintWatchdog()
/third_party/node/test/addons/worker-addon/
H
A
D
binding.cc
69
uv_unref
(reinterpret_cast<uv_handle_t*>(&extra_async));
in Initialize()
/third_party/node/src/tracing/
H
A
D
agent.cc
62
uv_unref
(reinterpret_cast<uv_handle_t*>(&initialize_writer_async_));
in Agent()
Completed in 12 milliseconds
1
2