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:timer_handle_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/src/
H
A
D
cares_wrap.cc
652
if (
timer_handle_
!= nullptr)
in MemoryInfo()
653
tracker->TrackField("timer_handle", *
timer_handle_
);
in MemoryInfo()
746
if (
timer_handle_
== nullptr) {
in StartTimer()
747
timer_handle_
= new uv_timer_t();
in StartTimer()
748
timer_handle_
->data = static_cast<void*>(this);
in StartTimer()
749
uv_timer_init(env()->event_loop(),
timer_handle_
);
in StartTimer()
750
} else if (uv_is_active(reinterpret_cast<uv_handle_t*>(
timer_handle_
))) {
in StartTimer()
756
uv_timer_start(
timer_handle_
, AresTimeout, timeout, timeout);
in StartTimer()
760
if (
timer_handle_
== nullptr)
in CloseTimer()
763
env()->CloseHandle(
timer_handle_
, [](uv_timer_
in CloseTimer()
[all...]
H
A
D
cares_wrap.h
167
inline uv_timer_t* timer_handle() { return
timer_handle_
; }
in timer_handle()
183
uv_timer_t*
timer_handle_
= nullptr;
member in node::cares_wrap::final
H
A
D
env-inl.h
205
return ContainerOf(&Environment::
timer_handle_
, handle);
in from_timer_handle()
209
return &
timer_handle_
;
in timer_handle()
H
A
D
env.h
955
uv_timer_t
timer_handle_
;
member in node::Environment
Completed in 8 milliseconds