Home
last modified time | relevance | path

Searched refs:GetClockTime (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libcurses/tty/
H A Dlib_twait.c93 if (GetClockTime(&t1) == -1) { in _nc_gettime()
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h748 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t) macro
754 # define GetClockTime(t) gettimeofday(t, 0) macro