Searched refs:timespec (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/lldb/source/Utility/
H A DTimeSpecTimeout.h31 /// Sets the timespec pointer correctly given a timeout relative to the
40 /// filled into the timespec and \a timeout_usec is added to the
45 /// a pointer to the timespec with the appropriate timeout value.
47 const struct timespec *
51 /// Sets the timespec pointer correctly given a relative time in micro
57 /// is correctly placed into the timespec.
61 /// a pointer to the timespec with the appropriate timeout value.
63 const struct timespec *
67 /// Gets the timespec pointer that is appropriate for the timeout
73 /// a pointer to the timespec wit
[all...]
H A DTimeSpecTimeout.cpp14 const struct timespec *
31 const struct timespec *
/external/chromium_org/third_party/skia/tools/timer/
H A DSysTimer_posix.cpp9 static double interval_in_ms(timespec start_clock, timespec end_clock)
24 timespec none = {0, 0};
30 timespec none = {0, 0};
36 timespec end_cpu;
38 timespec none = {0, 0};
45 timespec end_wall;
47 timespec none = {0, 0};
H A DSysTimer_posix.h19 timespec fCpu;
20 timespec fWall;
/external/skia/tools/timer/
H A DSysTimer_posix.cpp9 static double interval_in_ms(timespec start_clock, timespec end_clock)
24 timespec none = {0, 0};
30 timespec none = {0, 0};
36 timespec end_cpu;
38 timespec none = {0, 0};
45 timespec end_wall;
47 timespec none = {0, 0};
H A DSysTimer_posix.h19 timespec fCpu;
20 timespec fWall;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dabi_conversion.h9 struct timespec;
16 // Converts the timespec struct from NaCl's to host's ABI.
18 struct timespec* host_timespec);
20 // Converts the timespec struct from host's to NaCl's ABI.
21 void TimeSpecToNaClAbiTimeSpec(const struct timespec& host_timespec,
H A Dirt_clock.cc43 struct timespec host_res;
58 struct timespec host_tp;
70 reinterpret_cast<int(*)(nacl_irt_clockid_t, struct timespec*)>(
72 reinterpret_cast<int(*)(nacl_irt_clockid_t, struct timespec*)>(
H A Dirt_futex.cc19 // Converts a pair of NaCl's timespec of absolute time and host's timespec of
20 // the current time to host's timespec of the relative time between them.
25 const struct timespec& now,
26 struct timespec* reltime) {
37 struct timespec timeout;
38 struct timespec* timeout_ptr = NULL;
42 struct timespec now;
68 // the definition uses its host type, struct timespec. So, here we need to cast
71 reinterpret_cast<int(*)(volatile int*, int, const struct timespec*)>(
[all...]
H A Dirt_basic.cc44 struct timespec host_req;
46 struct timespec host_rem;
90 reinterpret_cast<int(*)(const struct timespec*, struct timespec*)>(
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsleep.cc28 struct timespec short_wait;
29 struct timespec remainder;
H A Devent_posix.h47 EventTypeWrapper Wait(timespec& wake_at);
55 timespec created_at_;
/external/webrtc/src/system_wrappers/source/
H A Dsleep.cc28 struct timespec short_wait;
29 struct timespec remainder;
H A Devent_posix.h48 EventTypeWrapper Wait(timespec& tPulse);
57 timespec _tCreate;
/external/kernel-headers/original/uapi/linux/
H A Dtime.h9 struct timespec { struct
35 struct timespec it_interval; /* timer period */
36 struct timespec it_value; /* timer expiration */
H A Dandroid_alarm.h55 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
56 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
57 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec)
58 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
/external/fio/os/windows/
H A Dposix.h7 extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record.c15 struct timespec request, remain;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dostime.h16 int clock_gettime(clockid_t clock_id, struct timespec* tp);
17 int clock_settime(clockid_t clock_id, const struct timespec* tp);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_timespec.c51 ptw32_timespec_to_filetime (const struct timespec *ts, FILETIME * ft)
54 * converts struct timespec
66 ptw32_filetime_to_timespec (const FILETIME * ft, struct timespec *ts)
71 * into struct timespec
/external/chromium_org/media/audio/cras/
H A Dcras_unified.h48 uint32 GetBytesLatency(const struct timespec& latency);
56 const timespec* input_ts,
57 const timespec* output_ts,
70 const timespec* input_ts,
71 const timespec* output_ts);
74 uint32 WriteAudio(size_t frames, uint8* buffer, const timespec* sample_ts);
/external/bison/lib/
H A Dtime.in.h49 /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3).
72 # undef timespec
73 # define timespec rpl_timespec
74 struct timespec
110 (struct timespec const *__rqtp, struct timespec *__rmtp)
113 (struct timespec const *__rqtp, struct timespec *__rmtp));
117 (struct timespec const *__rqtp, struct timespec *__rmt
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc01_simple_race.c20 const struct timespec delay = { 0, 100 * 1000 * 1000 };
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxheader.h51 struct timespec;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxheader.h51 struct timespec;

Completed in 1165 milliseconds

1234567891011>>