/external/libevent/include/event2/ |
D | event_compat.h | 198 #define timeout_add(ev, tv) event_add((ev), (tv)) argument 201 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument 212 #define signal_add(ev, tv) event_add((ev), (tv)) argument 216 #define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
|
D | event.h | 971 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument 973 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument 983 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument 989 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
|
/external/toybox/toys/net/ |
D | sntp.c | 48 struct timespec tv; in lunchtime() local 62 static void doublyso(unsigned long long now, struct timespec *tv) in doublyso() 72 struct timespec tv, tv2; in sntp_main() local
|
/external/v8/src/base/platform/ |
D | platform-posix-time.cc | 14 time_t tv = static_cast<time_t>(std::floor(time / msPerSecond)); in LocalTimezone() local 24 time_t tv = time(nullptr); in LocalTimeOffset() local
|
/external/strace/tests/ |
D | xutimes.c | 48 print_tv(const TEST_STRUCT *const tv) in print_tv() 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
|
D | futimesat.c | 41 print_tv(const struct timeval *tv) in print_tv() 74 struct timeval *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
|
/external/strace/tests-m32/ |
D | xutimes.c | 48 print_tv(const TEST_STRUCT *const tv) in print_tv() 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
|
D | futimesat.c | 41 print_tv(const struct timeval *tv) in print_tv() 74 struct timeval *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
|
/external/strace/tests-mx32/ |
D | xutimes.c | 48 print_tv(const TEST_STRUCT *const tv) in print_tv() 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
|
D | futimesat.c | 41 print_tv(const struct timeval *tv) in print_tv() 74 struct timeval *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock.cc | 51 timeval tv = CurrentTimeVal(); in CurrentNtp() local 60 timeval tv = CurrentTimeVal(); in CurrentNtpInMilliseconds() local 71 static void Adjust(const timeval& tv, uint32_t* adjusted_s, in Adjust() 110 struct timeval tv; in CurrentTimeVal() local 197 struct timeval tv; in CurrentTimeVal() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 11-1.c | 46 struct timeval tv; in main() local 74 struct timeval tv; in main() local
|
D | 10-1.c | 46 struct timeval tv; in wait_for_notification() local 60 struct timeval tv; in main() local
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | set-tz.c | 41 struct timeval tv; in get_tz_min() local 51 struct timeval tv; in get_tz_dst() local
|
/external/toybox/toys/pending/ |
D | brctl.c | 175 static void strtotimeval(struct timeval *tv, char *time) in strtotimeval() 184 static unsigned long tv_to_jify(struct timeval *tv) in tv_to_jify() 204 struct timeval tv; in br_set_ageing_time() local 212 struct timeval tv; in br_set_fwd_delay() local 220 struct timeval tv; in br_set_hello_time() local 228 struct timeval tv; in br_set_max_age() local
|
/external/libevent/test/ |
D | test-time.c | 63 struct timeval tv; in time_cb() local 84 struct timeval tv; in main() local
|
/external/libevent/sample/ |
D | time-test.c | 59 struct timeval tv; in timeout_cb() local 70 struct timeval tv; in main() local
|
/external/ltp/testcases/kernel/device-drivers/rtc/ |
D | rtc01.c | 66 struct timeval tv; in read_alarm_test() local 174 struct timeval tv; in update_interrupts_test() local
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_time.c | 60 struct timeval tv; in uuid_time() local 126 struct timeval tv; in main() local
|
/external/libusb/libusb/ |
D | io.c | 1962 int API_EXPORTED libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) in libusb_wait_for_event() 2071 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events() 2280 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, in get_next_timeout() 2328 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed() 2397 struct timeval *tv) in libusb_handle_events_timeout() 2418 struct timeval tv; in libusb_handle_events() local 2441 struct timeval tv; in libusb_handle_events_completed() local 2465 struct timeval *tv) in libusb_handle_events_locked() 2548 struct timeval *tv) in libusb_get_next_timeout()
|
/external/toybox/toys/posix/ |
D | sleep.c | 26 struct timespec tv; in sleep_main() local
|
/external/linux-kselftest/tools/testing/selftests/rtc/ |
D | rtctest.c | 91 struct timeval tv = { .tv_sec = 2 }; in TEST_F() local 114 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() local 170 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() local
|
/external/toybox/toys/other/ |
D | usleep.c | 20 struct timespec tv; in usleep_main() local
|
/external/curl/lib/ |
D | curl_rtmp.c | 42 #define SET_RCVTIMEO(tv,s) int tv = s*1000 argument 44 #define SET_RCVTIMEO(tv,s) int tv = s*1000 argument 46 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} argument
|
/external/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 117 struct timeval tv; in ext2fs_mmp_write() local 161 struct timeval tv; in ext2fs_mmp_new_seq() local 434 struct timeval tv; in ext2fs_mmp_update2() local
|