HomeSort by relevance Sort by last modified time
    Searched full:timespec (Results 226 - 250 of 1699) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/benchmarks/
time_benchmark.cpp 27 timespec t;
39 timespec t;
  /bionic/libc/bionic/
sigtimedwait.cpp 33 extern "C" int __rt_sigtimedwait(const sigset_t*, siginfo_t*, const timespec*, size_t);
35 int sigtimedwait(const sigset_t* set, siginfo_t* info, const timespec* timeout) {
pthread_cond.cpp 174 const timespec* rel_timeout_or_null) {
188 const timespec* abs_timeout_or_null, clockid_t clock) {
189 timespec ts;
190 timespec* rel_timeout = NULL;
216 const timespec *abstime) {
226 const timespec* abs_timeout) {
234 const timespec* abs_timeout) {
240 const timespec* rel_timeout) {
247 timespec ts;
  /bionic/libc/include/machine/
timespec.h 35 * This file is used to include timespec definition without introducing the whole
40 struct timespec { struct
  /development/ndk/platforms/android-21/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /external/compiler-rt/test/tsan/
bench.h 34 timespec tp0;
37 timespec tp1;
  /external/lldb/source/Utility/
TimeSpecTimeout.cpp 14 const struct timespec *
31 const struct timespec *
  /external/webrtc/src/system_wrappers/source/
event_posix.h 48 EventTypeWrapper Wait(timespec& tPulse);
57 timespec _tCreate;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 83 equivalent to 'struct timespec'. This is the type used
85 identifier 'timespec' to appear in the <sys/stat.h> header.
88 struct timespec st_atim; /* Time of last access. */
89 struct timespec st_mtim; /* Time of last modification. */
90 struct timespec st_ctim; /* Time of last status change. */
144 equivalent to 'struct timespec'. This is the type used
146 identifier 'timespec' to appear in the <sys/stat.h> header.
149 struct timespec st_atim; /* Time of last access. */
150 struct timespec st_mtim; /* Time of last modification. */
151 struct timespec st_ctim; /* Time of last status change. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 86 equivalent to 'struct timespec'. This is the type used
88 identifier 'timespec' to appear in the <sys/stat.h> header.
91 struct timespec st_atim; /* Time of last access. */
92 struct timespec st_mtim; /* Time of last modification. */
93 struct timespec st_ctim; /* Time of last status change. */
147 equivalent to 'struct timespec'. This is the type used
149 identifier 'timespec' to appear in the <sys/stat.h> header.
152 struct timespec st_atim; /* Time of last access. */
153 struct timespec st_mtim; /* Time of last modification. */
154 struct timespec st_ctim; /* Time of last status change. *
    [all...]
  /system/extras/tests/lib/testUtil/
testUtil.c 46 // struct timespec to double
47 double ts2double(const struct timespec *val)
68 // double to struct timespec
69 struct timespec double2ts(double amt)
71 struct timespec rv;
100 // Delta (difference) between two struct timespec.
103 struct timespec tsDelta(const struct timespec *first,
104 const struct timespec *second)
106 struct timespec rv
    [all...]
  /device/asus/fugu/power/
power.c 39 struct timespec last_boost_time; /* latest POWER_HINT_INTERACTION boost */
124 static inline void timespec_sub(struct timespec *res, struct timespec *a, struct timespec *b)
135 static inline uint64_t timespec_to_us(struct timespec *t)
143 struct timespec curr_time;
144 struct timespec diff_time;
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.cpp 198 struct timespec timeSpec;
212 timeSpec.tv_sec = currentTime.tv_sec;
213 timeSpec.tv_nsec = currentTime.tv_usec * 1000;
214 timeSpec.tv_sec += ( timeoutMicroSecs / 1000000 );
215 timeSpec.tv_nsec += ( timeoutMicroSecs % 1000000) * 1000;
218 ret = sem_timedwait(mSemaphore, &timeSpec);
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 197 struct timespec timeSpec;
211 timeSpec.tv_sec = currentTime.tv_sec;
212 timeSpec.tv_nsec = currentTime.tv_usec * 1000;
213 timeSpec.tv_sec += ( timeoutMicroSecs / 1000000 );
214 timeSpec.tv_nsec += ( timeoutMicroSecs % 1000000) * 1000;
217 ret = sem_timedwait(mSemaphore, &timeSpec);
  /bionic/libc/kernel/uapi/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /development/ndk/platforms/android-21/include/linux/
time.h 25 struct timespec { struct
46 struct timespec it_interval;
47 struct timespec it_value;
  /external/openssh/openbsd-compat/
bsd-misc.h 75 struct timespec { struct
80 int nanosleep(const struct timespec *, struct timespec *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
poll.h 30 /* Get the timespec definition. */
63 the timeout value is specified using a TIMESPEC object.
68 __const struct timespec *__timeout,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
poll.h 30 /* Get the timespec definition. */
63 the timeout value is specified using a TIMESPEC object.
68 __const struct timespec *__timeout,

Completed in 2061 milliseconds

1 2 3 4 5 6 7 8 91011>>