/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/ |
select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
/frameworks/av/services/audioflinger/ |
FastThread.h | 54 struct timespec mOldTs; 70 struct timespec mOldLoad; // previous value of clock_gettime(CLOCK_THREAD_CPUTIME_ID) 81 struct timespec mMeasuredWarmupTs; // how long did it take for warmup to complete
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
timeb.h | 90 struct timespec { struct 96 struct timespec it_interval; /* Timer period */ 97 struct timespec it_value; /* Timer expiration */
|
types.h | 89 struct timespec { struct 95 struct timespec it_interval; /* Timer period */ 96 struct timespec it_value; /* Timer expiration */
|
/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;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
time.h | 120 struct timespec struct 126 #endif /* timespec not defined and <time.h> or need timespec. */ 163 struct timespec it_interval; 164 struct timespec it_value; 328 extern int nanosleep (__const struct timespec *__requested_time, 329 struct timespec *__remaining); 333 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW; 336 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW; 339 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
time.h | 120 struct timespec struct 126 #endif /* timespec not defined and <time.h> or need timespec. */ 163 struct timespec it_interval; 164 struct timespec it_value; 328 extern int nanosleep (__const struct timespec *__requested_time, 329 struct timespec *__remaining); 333 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW; 336 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW; 339 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp [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/google/dragon/audio/hal/dsp/tests/ |
crossover2_test.c | 23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) 45 struct timespec tp1, tp2;
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
SoftVsyncObserver.cpp | 21 const struct timespec *request, 22 struct timespec *remain); 136 struct timespec spec;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 68 extern "C" int __nanosleep(const struct timespec*, struct timespec*); 108 timespec __ts;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 68 extern "C" int __nanosleep(const struct timespec*, struct timespec*); 108 timespec __ts;
|
/bionic/libc/bionic/ |
__poll_chk.cpp | 40 extern "C" int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask, size_t fds_size) {
|
/development/ndk/platforms/android-3/include/sys/ |
atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/external/autotest/client/tests/kvm/deps/test_clock_getres/ |
test_clock_getres.c | 26 struct timespec res;
|