Searched
refs:timespec (Results
351 -
375 of
1383) sorted by null
<<11121314151617181920>>
/external/google-benchmark/src/ |
sleep.cc | 35 struct timespec sleep_time;
|
/external/libchrome/base/synchronization/ |
condition_variable_posix.cc | 52 struct timespec ts; 79 struct timespec relative_time; 93 struct timespec absolute_time; 101 struct timespec now;
|
/external/valgrind/drd/tests/ |
annotate_hb_race.c | 30 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
rwlock_race.c | 22 struct timespec delay = { ms / 1000, (ms % 1000) * 1000 * 1000 };
|
/external/valgrind/helgrind/tests/ |
tc05_simple_race.c | 25 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
tc16_byterace.c | 19 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
/frameworks/native/services/sensorservice/ |
RecentEventLogger.h | 50 timespec mWallTime;
|
/hardware/qcom/gps/msm8909/utils/ |
LocTimer.cpp | 179 struct timespec mFutureTime; 182 inline LocTimerDelegate(struct timespec& delay) 186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire); 191 inline struct timespec getFutureTime() { return mFutureTime; } 362 struct timespec now; 477 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) 548 struct timespec futureTime; 643 double getDeltaSeconds(struct timespec from, struct timespec to) { 648 struct timespec getNow() [all...] |
/hardware/qcom/gps/msm8996/utils/ |
LocTimer.cpp | 179 struct timespec mFutureTime; 182 inline LocTimerDelegate(struct timespec& delay) 186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire); 191 inline struct timespec getFutureTime() { return mFutureTime; } 361 struct timespec now; 475 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) 546 struct timespec futureTime; 641 double getDeltaSeconds(struct timespec from, struct timespec to) { 646 struct timespec getNow() [all...] |
/hardware/qcom/gps/msmcobalt/utils/ |
LocTimer.cpp | 179 struct timespec mFutureTime; 182 inline LocTimerDelegate(struct timespec& delay) 186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire); 191 inline struct timespec getFutureTime() { return mFutureTime; } 361 struct timespec now; 475 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) 551 struct timespec futureTime; 646 double getDeltaSeconds(struct timespec from, struct timespec to) { 651 struct timespec getNow() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
sem.h | 64 __const struct timespec *__timeout) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
sem.h | 64 __const struct timespec *__timeout) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
sem.h | 64 __const struct timespec *__timeout) __THROW;
|
/prebuilts/go/darwin-x86/misc/cgo/testcshared/ |
main2.c | 20 struct timespec ts;
|
/prebuilts/go/linux-x86/misc/cgo/testcshared/ |
main2.c | 20 struct timespec ts;
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
Completed in 808 milliseconds
<<11121314151617181920>>