HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 126 - 150 of 849) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/extras/tests/sdcard/
stopwatch.h 79 struct timespec mTime;
126 double timespecToDouble(const struct timespec& time);
133 struct timespec mStart;
  /external/webrtc/src/system_wrappers/source/
event_posix.h 48 EventTypeWrapper Wait(timespec& tPulse);
57 timespec _tCreate;
  /external/bison/lib/
time.in.h 49 /* 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 *__rmtp
    [all...]
  /bionic/libc/bionic/
sleep.c 33 struct timespec t;
usleep.c 33 struct timespec ts;
sigwait.cpp 36 extern "C" int __rt_sigtimedwait(const sigset_t* uthese, siginfo_t* uinfo, const struct timespec* uts, size_t sigsetsize);
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 20 const struct timespec delay = { 0, 100 * 1000 * 1000 };
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
atomics.h 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /frameworks/native/include/utils/
ZipFileRO.h 178 * Utility function to convert ZIP's time format to a timespec struct.
180 static inline void zipTimeToTimespec(long when, struct tm* timespec) {
182 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980
183 timespec->tm_mon = (date >> 5) & 0x0F;
184 timespec->tm_mday = date & 0x1F;
186 timespec->tm_hour = (when >> 11) & 0x1F;
187 timespec->tm_min = (when >> 5) & 0x3F;
188 timespec->tm_sec = (when & 0x1F) << 1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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...]
  /cts/suite/audio_quality/lib/src/
Semaphore.cpp 51 struct timespec timeOld;
58 struct timespec timeNew = timeOld;
  /frameworks/av/services/audioflinger/
AudioWatchdog.h 77 struct timespec mOldTs; // monotonic time when threadLoop last ran
78 struct timespec mLogTs; // time since last log
  /frameworks/native/include/cpustats/
ThreadCpuUsage.h 125 struct timespec mPreviousTs; // most recent thread CPU time, valid only if mIsEnabled is true
126 struct timespec mMonotonicTs; // most recent monotonic time
  /bionic/libc/include/sys/
select.h 42 const struct timespec *timeout, const sigset_t *sigmask);
  /bionic/libc/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
97 extern int clock_getres(int, struct timespec *);
98 extern int clock_gettime(int, struct timespec *);

Completed in 808 milliseconds

1 2 3 4 56 7 8 91011>>