HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 101 - 125 of 449) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.c 68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);
108 timespec __ts;
  /bionic/libc/arch-x86/include/sys/
atomics.h 60 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /bionic/libc/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
115 extern int clock_getres(int, struct timespec *);
116 extern int clock_gettime(int, struct timespec *);
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);
248 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /bionic/libc/unistd/
sigwait.c 33 int __rt_sigtimedwait(const sigset_t *uthese, siginfo_t *uinfo, const struct timespec *uts, size_t sigsetsize);
time.c 51 struct timespec tm;
pselect.c 34 const struct timespec* timeout, const sigset_t* sigmask)
  /development/ndk/platforms/android-9/arch-x86/include/sys/
atomics.h 60 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /external/srec/portable/src/
ptimestamp.c 42 struct timespec now;
  /external/valgrind/main/drd/tests/
rwlock_race.c 22 struct timespec delay = { ms / 1000, (ms % 1000) * 1000 * 1000 };
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sem.h 64 __const struct timespec *__timeout) __THROW;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
atomics.h 60 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
  /system/extras/tests/bionic/libc/other/
test_thread_max.c 51 struct timespec ts;
  /system/media/audio_utils/include/audio_utils/
echo_reference.h 30 struct timespec time_stamp; // time stamp for this buffer (see comment below)
  /bionic/libc/arch-sh/bionic/
atomics_sh.c 92 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout)
107 int __futex_syscall4(volative void *ftx, int op, int val, const struct timespec *timeout)
  /external/valgrind/main/memcheck/tests/
linux-syscalls-2007.c 40 struct timespec ts = { .tv_sec = 1, .tv_nsec = 0 };
62 struct timespec ts2[2] = { [0].tv_sec = 10000000, [1].tv_sec = 20000000 };
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 69 struct timespec tm;
89 struct timespec tm;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h 82 __const struct timespec *__restrict __abs_timeout)
89 __const struct timespec *__abs_timeout)
  /system/core/toolbox/
uptime.c 59 struct timespec ts;
79 struct timespec up_timespec;
  /external/kernel-headers/original/linux/
ktime.h 36 * On 32-bit CPUs an optimized representation of the timespec structure
99 /* convert a timespec to ktime_t format: */
100 static inline ktime_t timespec_to_ktime(struct timespec ts)
111 /* Map the ktime_t to timespec conversion to ns_to_timespec function */
123 * Helper macros/inlines to get the ktime_t math right in the timespec
197 * timespec_to_ktime - convert a timespec to ktime_t format
198 * @ts: the timespec variable to convert
200 * Returns a ktime_t variable with the converted timespec value
202 static inline ktime_t timespec_to_ktime(const struct timespec ts)
221 * ktime_to_timespec - convert a ktime_t variable to timespec forma
    [all...]
  /bionic/libc/include/sys/
linux-unistd.h 128 int nanosleep (const struct timespec *, struct timespec *);
129 int clock_gettime (clockid_t clk_id, struct timespec *tp);
130 int clock_settime (clockid_t clk_id, const struct timespec *tp);
131 int clock_getres (clockid_t clk_id, struct timespec *res);
132 int clock_nanosleep (const struct timespec *req, struct timespec *rem);
141 int utimensat (int, const char *, const struct timespec times[2], int);
187 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /development/ndk/platforms/android-9/include/
pthread.h 167 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
183 const struct timespec *abstime);
191 const struct timespec *abstime);
198 const struct timespec *abstime);
207 const struct timespec *reltime);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 167 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
183 const struct timespec *abstime);
191 const struct timespec *abstime);
198 const struct timespec *abstime);
207 const struct timespec *reltime);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 167 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
183 const struct timespec *abstime);
191 const struct timespec *abstime);
198 const struct timespec *abstime);
207 const struct timespec *reltime);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 167 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
183 const struct timespec *abstime);
191 const struct timespec *abstime);
198 const struct timespec *abstime);
207 const struct timespec *reltime);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);

Completed in 582 milliseconds

1 2 3 45 6 7 8 91011>>