Home
last modified time | relevance | path

Searched refs:uv_gettimeofday (Results 1 - 13 of 13) sorted by relevance

/third_party/libuv/test/
H A Dtest-gettimeofday.c30 r = uv_gettimeofday(&tv); in TEST_IMPL()
35 r = uv_gettimeofday(NULL); in TEST_IMPL()
/third_party/node/deps/uvwasi/src/
H A Dclocks.c114 r = uv_gettimeofday(&tv); in uvwasi__clock_gettime_realtime()
/third_party/node/src/
H A Dnode_v8.cc355 if (uv_gettimeofday(&ts) == 0) { in Start()
378 if (uv_gettimeofday(&ts) == 0) { in Stop()
H A Dutil.cc206 CHECK_EQ(0, uv_gettimeofday(&tv)); in GetCurrentTimeInMicroseconds()
H A Dnode_report.cc146 if (uv_gettimeofday(&ts) == 0) { in WriteNodeReport()
/third_party/libuv/src/
H A Dthreadpool.c160 int r = uv_gettimeofday(&tv); in uv__now_timestamp()
/third_party/libuv/src/win/
H A Dutil.c1682 int uv_gettimeofday(uv_timeval64_t* tv) { in uv_gettimeofday() function
/third_party/node/deps/uv/src/unix/
H A Dcore.c1525 int uv_gettimeofday(uv_timeval64_t* tv) { in uv_gettimeofday() function
/third_party/node/deps/uv/src/win/
H A Dutil.c1880 int uv_gettimeofday(uv_timeval64_t* tv) { in uv_gettimeofday() function
/third_party/libuv/src/unix/
H A Dcore.c1787 int uv_gettimeofday(uv_timeval64_t* tv) { in uv_gettimeofday() function
/third_party/libuv/include/
H A Duv.h1881 UV_EXTERN int uv_gettimeofday(uv_timeval64_t* tv);
/third_party/libuv/include/uv_ndk/
H A Duv.h1743 UV_EXTERN int uv_gettimeofday(uv_timeval64_t* tv);
/third_party/node/deps/uv/include/
H A Duv.h1767 UV_EXTERN int uv_gettimeofday(uv_timeval64_t* tv);

Completed in 24 milliseconds