Home
last modified time | relevance | path

Searched refs:timerclear (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DTimeValue.inc41 timerclear(&the_time);
/external/llvm/lib/Support/Unix/
DTimeValue.inc38 timerclear(&the_time);
/external/libevent/include/event2/
Dutil.h403 #define evutil_timerclear(tvp) timerclear(tvp)
/external/libevent/
Dconfigure.ac244 AC_MSG_CHECKING(for timerclear in sys/time.h)
248 #ifdef timerclear
252 [Define if timerclear is defined in <sys/time.h>])
Dconfig.h.in310 /* Define if timerclear is defined in <sys/time.h> */
/external/openssh/
Dmisc.c1010 timerclear(&bw->bwstart); in bandwidth_limit_init()
1011 timerclear(&bw->bwend); in bandwidth_limit_init()
Dssh-keyscan.c623 timerclear(&seltime); in conloop()
/external/mksh/src/
Djobs.c485 timerclear(&j->usrtime); in exchild()
486 timerclear(&j->systime); in exchild()
Dsh.h279 #ifndef timerclear
280 #define timerclear(tvp) \ macro
Dfuncs.c2383 timerclear(&j_usrtime); in timex()
2384 timerclear(&j_systime); in timex()
/external/libusb/libusb/
Dio.c2595 timerclear(tv); in libusb_get_next_timeout()