Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 103) sorted by relevance

12345

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c38 struct timeval settimer_timeval;
156 struct timeval timeval; in settimer_handler() local
159 gettimeofday (&timeval, NULL); in settimer_handler()
160 delta = ((UINT64)timeval.tv_sec * 1000) + (timeval.tv_usec / 1000) in settimer_handler()
163 settimer_timeval = timeval; in settimer_handler()
296 struct timeval start, end; in SecSleep()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py124 def formatdate(timeval=None, localtime=False, usegmt=False): argument
142 if timeval is None:
143 timeval = time.time()
145 now = time.localtime(timeval)
161 now = time.gmtime(timeval)
185 timeval = time.time()
186 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
/device/generic/goldfish/radio/libril/
Dril_event.h30 struct timeval timeout;
45 void ril_timer_add(struct ril_event * ev, struct timeval * tv);
Dril_event.cpp96 static void getNow(struct timeval * tv) in getNow()
162 struct timeval now; in processTimeouts()
215 static int calcNextTimeout(struct timeval * tv) in calcNextTimeout()
218 struct timeval now; in calcNextTimeout()
286 void ril_timer_add(struct ril_event * ev, struct timeval * tv) in ril_timer_add()
297 struct timeval now; in ril_timer_add()
349 struct timeval tv; in ril_event_loop()
350 struct timeval * ptv; in ril_event_loop()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_event.cpp96 static void getNow(struct timeval * tv) in getNow()
162 struct timeval now; in processTimeouts()
215 static int calcNextTimeout(struct timeval * tv) in calcNextTimeout()
218 struct timeval now; in calcNextTimeout()
286 void ril_timer_add(struct ril_event * ev, struct timeval * tv) in ril_timer_add()
297 struct timeval now; in ril_timer_add()
349 struct timeval tv; in ril_event_loop()
350 struct timeval * ptv; in ril_event_loop()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtime.h54 struct timeval { struct
145 struct timeval it_interval; /* timer interval */
146 struct timeval it_value; /* current value */
193 int gettimeofday (struct timeval *tp, void *ignore);
Dresource.h58 struct timeval ru_utime; /* user time used */
59 struct timeval ru_stime; /* system time used */
Dfilio.h53 typedef const struct timeval* ptimeval_t;
Dselect.h49 fd_set * __restrict, struct timeval * __restrict);
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsmb_pproc.h62 struct timeval timestamp;
72 struct timeval in_time, out_time;
148 struct timeval timestamp;
162 struct timeval in_time, out_time;
Dmsmb_generic_buf_mgr.h22 struct timeval timestamp;
/device/google/bonito/sdm710/kernel-headers/media/
Dmsmb_pproc.h68 struct timeval timestamp;
78 struct timeval in_time, out_time;
135 struct timeval timestamp;
149 struct timeval in_time, out_time;
Dmsmb_generic_buf_mgr.h36 struct timeval timestamp;
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsmb_pproc.h68 struct timeval timestamp;
78 struct timeval in_time, out_time;
135 struct timeval timestamp;
149 struct timeval in_time, out_time;
Dmsmb_generic_buf_mgr.h36 struct timeval timestamp;
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsmb_pproc.h62 struct timeval timestamp;
72 struct timeval in_time, out_time;
148 struct timeval timestamp;
162 struct timeval in_time, out_time;
/device/google/trout/hal/vehicle/2.0/
DUtils.h38 constexpr struct timeval TimeValFromChronoDuration(duration_t duration) { in TimeValFromChronoDuration()
51 bool WaitForReadWithTimeout(int fd, struct timeval&& timeout);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drfc822.py952 def formatdate(timeval=None): argument
962 if timeval is None:
963 timeval = time.time()
964 timeval = time.gmtime(timeval)
966 ("Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")[timeval[6]],
967 timeval[2],
969 "Jul", "Aug", "Sep", "Oct", "Nov", "Dec")[timeval[1]-1],
970 timeval[0], timeval[3], timeval[4], timeval[5])
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dgettimeofday.c58 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
/device/linaro/bootloader/edk2/StdLib/Include/
Dutime.h63 int utimes (const char *path, const struct timeval *times);
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dutime.c60 struct timeval tv[2], *tvp; in utime()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc125 struct timeval timeout; in ThreadRoutine()
126 struct timeval* timeout_ptr = NULL; in ThreadRoutine()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-trace.c41 struct timeval tv; in xf_timenow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtiming.h44 static struct timeval aftertp, beforetp;
/device/google/cuttlefish/common/libs/fs/
Dshared_select.h77 SharedFDSet* error_set, struct timeval* timeout);

12345