Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-gettimeofday.c25 TEST_IMPL(gettimeofday) { in TEST_IMPL() argument
H A Drunner-unix.c293 if (gettimeofday(&timebase, NULL)) in process_wait()
321 if (gettimeofday(&tv, NULL)) in process_wait()
H A Dtest-list.h310 TEST_DECLARE (gettimeofday)
969 TEST_ENTRY (gettimeofday)
/libuv/src/unix/
H A Dthread.c833 if (gettimeofday(&tv, NULL)) in uv_cond_timedwait()
H A Dcore.c1784 if (gettimeofday(&time, NULL) != 0) in uv_gettimeofday()
/libuv/
H A DMakefile.am195 test/test-gettimeofday.c \
H A DCMakeLists.txt569 test/test-gettimeofday.c
/libuv/docs/src/
H A Dmisc.rst836 Cross-platform implementation of :man:`gettimeofday(2)`. The timezone
837 argument to `gettimeofday()` is not supported, as it is considered obsolete.

Completed in 29 milliseconds