HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 1 - 25 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/tools/timer/
SysTimer_posix.h 19 timespec fCpu;
20 timespec fWall;
SysTimer_posix.cpp 9 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};
  /external/lldb/source/Utility/
TimeSpecTimeout.h 31 /// 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 with the appropriate timeout value
    [all...]
  /bionic/libc/private/
bionic_time_conversions.h 37 __LIBC_HIDDEN__ bool timespec_from_timeval(timespec& ts, const timeval& tv);
38 __LIBC_HIDDEN__ void timespec_from_ms(timespec& ts, const int ms);
40 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts);
  /external/chromium_org/components/nacl/loader/nonsfi/
abi_conversion.h 9 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,
irt_clock.cc 43 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*)>(
  /bionic/libc/bionic/
bionic_time_conversions.cpp 31 bool timespec_from_timeval(timespec& ts, const timeval& tv) {
43 void timespec_from_ms(timespec& ts, const int ms) {
48 void timeval_from_timespec(timeval& tv, const timespec& ts) {
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) {
poll.cpp 35 extern "C" int __ppoll(pollfd*, unsigned int, timespec*, const kernel_sigset_t*, size_t);
36 extern "C" int __pselect6(int, fd_set*, fd_set*, fd_set*, timespec*, void*);
39 timespec ts;
40 timespec* ts_ptr = NULL;
48 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) {
49 timespec mutable_ts;
50 timespec* mutable_ts_ptr = NULL;
67 timespec ts;
68 timespec* ts_ptr = NULL;
84 const timespec* ts, const sigset_t* ss)
    [all...]
utimes.cpp 36 timespec ts[2];
37 timespec* ts_ptr = NULL;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
sleep.cc 28 struct timespec short_wait;
29 struct timespec remainder;
  /bionic/libc/kernel/uapi/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
android_alarm.h 50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
51 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
52 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec)
54 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /development/ndk/platforms/android-L/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
android_alarm.h 50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
51 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
52 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec)
54 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /external/kernel-headers/original/uapi/linux/
time.h 9 struct timespec { struct
35 struct timespec it_interval; /* timer period */
36 struct timespec it_value; /* timer expiration */
android_alarm.h 55 #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)
  /development/ndk/platforms/android-3/include/linux/
android_alarm.h 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec)
42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
  /external/fio/os/windows/
posix.h 7 extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
  /external/ltrace/testsuite/ltrace.minor/
time-record.c 15 struct timespec request, remain;
  /bionic/libc/include/
semaphore.h 56 struct timespec;
57 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /development/ndk/platforms/android-3/include/
semaphore.h 53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /development/ndk/platforms/android-L/include/
semaphore.h 56 struct timespec;
57 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostime.h 16 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/
ptw32_timespec.c 51 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

Completed in 513 milliseconds

1 2 3 4 5 6 7 8 91011>>