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__hrtime
(Results
1 - 24
of
24
) sorted by relevance
/third_party/libuv/src/unix/
H
A
D
posix-hrtime.c
29
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
aix-common.c
43
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
internal.h
309
uint64_t
uv__hrtime
(uv_clocktype_t type);
393
loop->time =
uv__hrtime
(UV_CLOCK_FAST) / 1000000;
in UV_UNUSED()
H
A
D
darwin.c
66
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
thread.c
837
timeout +=
uv__hrtime
(UV_CLOCK_PRECISE);
in uv_cond_timedwait()
H
A
D
sunos.c
373
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
os390.c
134
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
core.c
144
return
uv__hrtime
(UV_CLOCK_PRECISE);
in uv_hrtime()
H
A
D
linux.c
1647
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
/third_party/node/deps/uv/src/unix/
H
A
D
posix-hrtime.c
31
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
aix-common.c
43
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
internal.h
259
uint64_t
uv__hrtime
(uv_clocktype_t type);
312
loop->time =
uv__hrtime
(UV_CLOCK_FAST) / 1000000;
in UV_UNUSED()
H
A
D
darwin.c
69
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
thread.c
822
timeout +=
uv__hrtime
(UV_CLOCK_PRECISE);
in uv_cond_timedwait()
H
A
D
linux-core.c
121
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
sunos.c
371
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
os390.c
135
uint64_t
uv__hrtime
(uv_clocktype_t type) {
in uv__hrtime()
function
H
A
D
core.c
111
return
uv__hrtime
(UV_CLOCK_PRECISE);
in uv_hrtime()
/third_party/libuv/src/win/
H
A
D
internal.h
260
uint64_t
uv__hrtime
(unsigned int scale);
H
A
D
util.c
444
t =
uv__hrtime
(UV__NANOSEC);
in uv_clock_gettime()
466
return
uv__hrtime
(UV__NANOSEC);
in uv_hrtime()
470
uint64_t
uv__hrtime
(unsigned int scale) {
in uv__hrtime()
function
H
A
D
core.c
327
uint64_t new_time =
uv__hrtime
(1000);
in uv_update_time()
/third_party/node/deps/uv/src/win/
H
A
D
internal.h
268
uint64_t
uv__hrtime
(unsigned int scale);
H
A
D
core.c
326
uint64_t new_time =
uv__hrtime
(1000);
in uv_update_time()
H
A
D
util.c
492
return
uv__hrtime
(UV__NANOSEC);
in uv_hrtime()
495
uint64_t
uv__hrtime
(unsigned int scale) {
in uv__hrtime()
function
Completed in 26 milliseconds