Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c91 if (GetClockTime(&t1) == -1) { in _nc_gettime()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h796 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t) macro
802 # define GetClockTime(t) gettimeofday(t, 0) macro