HomeSort by relevance Sort by last modified time
    Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/sys/
time.h 80 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \
  /external/dhcpcd-6.8.2/
common.h 106 #ifndef TIMEVAL_TO_TIMESPEC
107 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \
common.c 134 TIMEVAL_TO_TIMESPEC(&tv, ts);
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_posix.cc 89 TIMEVAL_TO_TIMESPEC(&value, &end_at);
186 TIMEVAL_TO_TIMESPEC(&value, &created_at_);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 43 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
time.h 43 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
time.h 43 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \
  /external/libevent/
kqueue.c 265 TIMEVAL_TO_TIMESPEC(tv, &ts);

Completed in 571 milliseconds