/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 127 int nanosleep (const struct timespec *, struct timespec *); 128 int clock_gettime (clockid_t clk_id, struct timespec *tp); 129 int clock_settime (clockid_t clk_id, const struct timespec *tp); 130 int clock_getres (clockid_t clk_id, struct timespec *res); 131 int clock_nanosleep (const struct timespec *req, struct timespec *rem); 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
TimeUtils.cpp | 47 struct timespec now;
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_once.c | 42 struct timespec ts;
|
/bionic/libc/private/ |
thread_private.h | 118 struct timespec; 119 int _thread_fd_lock(int, int, struct timespec *);
|
/frameworks/av/services/audioflinger/ |
AudioWatchdog.cpp | 53 struct timespec newTs; 96 struct timespec req;
|
/frameworks/native/include/utils/ |
Condition.h | 110 struct timespec ts; 115 struct timespec ts;
|
/hardware/libhardware/modules/local_time/ |
local_time_hw.c | 36 struct timespec ts; 70 struct timespec ts;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
global.h | 31 /* for timeval and timespec */ 139 struct timespec { struct 148 typedef struct timespec snd_htimestamp_t;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
global.h | 31 /* for timeval and timespec */ 139 struct timespec { struct 148 typedef struct timespec snd_htimestamp_t;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
global.h | 31 /* for timeval and timespec */ 139 struct timespec { struct 148 typedef struct timespec snd_htimestamp_t;
|
/bionic/libc/bionic/ |
pthread-timers.c | 110 struct timespec volatile expires; /* next expiration time, or 0 */ 111 struct timespec volatile period; /* reload value, or 0 */ 308 struct timespec dummy; 396 struct timespec diff; 401 struct timespec now; 457 struct timespec expires, now; 529 struct timespec expires = timer->expires; 530 struct timespec period = timer->period; 541 struct timespec now; 547 struct timespec diff = expires [all...] |
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 171 PTHREAD_WRAPPER(pthread_mutex_timedlock, (pthread_mutex_t *mutex, struct timespec *ts), 198 const struct timespec *abstime), (cond, mutex, abstime), 202 pthread_mutex_t *mutex, const struct timespec *abstime), 206 *mutex, const struct timespec *abstime), 210 const struct timespec *reltime), (cond, mutex, reltime), 239 const struct timespec *abs_timeout), 247 const struct timespec *abs_timeout), (rwlock, abs_timeout),
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 176 const struct timespec *abstime); 184 const struct timespec *abstime); 191 const struct timespec *abstime); 200 const struct timespec *reltime);
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 181 const struct timespec *abstime); 189 const struct timespec *abstime); 196 const struct timespec *abstime); 205 const struct timespec *reltime);
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 149 struct timespec fh_pre_mtime; /* mtime before oper */ 150 struct timespec fh_pre_ctime; /* ctime before oper */ 161 struct timespec fh_post_atime; /* i_atime */ 162 struct timespec fh_post_mtime; /* i_mtime */ 163 struct timespec fh_post_ctime; /* i_ctime */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
pthread.h | 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 176 const struct timespec *abstime); 184 const struct timespec *abstime); 191 const struct timespec *abstime); 200 const struct timespec *reltime);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
pthread.h | 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 181 const struct timespec *abstime); 189 const struct timespec *abstime); 196 const struct timespec *abstime); 205 const struct timespec *reltime);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
pthread.h | 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 181 const struct timespec *abstime); 189 const struct timespec *abstime); 196 const struct timespec *abstime); 205 const struct timespec *reltime);
|