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_clock_gettime
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-hrtime.c
58
ASSERT_EQ(UV_EINVAL,
uv_clock_gettime
(1337, &t));
in TEST_IMPL()
59
ASSERT_EQ(UV_EFAULT,
uv_clock_gettime
(1337, NULL));
in TEST_IMPL()
60
ASSERT_OK(
uv_clock_gettime
(UV_CLOCK_MONOTONIC, &t));
in TEST_IMPL()
61
ASSERT_OK(
uv_clock_gettime
(UV_CLOCK_REALTIME, &t));
in TEST_IMPL()
/third_party/libuv/src/win/
H
A
D
util.c
434
int
uv_clock_gettime
(uv_clock_id clock_id, uv_timespec64_t* ts) {
in uv_clock_gettime()
function
/third_party/libuv/src/unix/
H
A
D
core.c
115
int
uv_clock_gettime
(uv_clock_id clock_id, uv_timespec64_t* ts) {
in uv_clock_gettime()
function
/third_party/libuv/include/
H
A
D
uv.h
1827
UV_EXTERN int
uv_clock_gettime
(uv_clock_id clock_id, uv_timespec64_t* ts);
Completed in 7 milliseconds