HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 251 - 275 of 1383) sorted by null

<<11121314151617181920>>

  /bionic/libc/bionic/
clock.cpp 37 timespec ts;
clock_getcpuclockid.cpp 43 timespec ts;
  /bionic/libc/include/
poll.h 35 #include <time.h> /* For timespec. */
42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
48 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t);
49 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll);
71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask) {
  /bionic/libc/private/
bionic_futex.h 41 struct timespec;
44 const struct timespec* timeout,
64 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) {
69 bool use_realtime_clock, const struct timespec* abs_timeout) {
bionic_vdso.h 41 extern "C" int __clock_gettime(int, timespec*);
  /bionic/libc/upstream-freebsd/lib/libc/gen/
usleep.c 44 struct timespec time_to_sleep;
  /development/ndk/platforms/android-21/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /external/autotest/client/tests/tracing_microbenchmark/src/
getuid_microbench.c 10 void ts_subtract(struct timespec *result,
11 const struct timespec *time1, const struct timespec *time2) {
27 struct timespec start_time, end_time, elapsed_time;
  /external/jemalloc/test/src/
mq.c 17 struct timespec timeout;
  /external/valgrind/helgrind/tests/
cond_timedwait_test.c 9 struct timespec now;
tc01_simple_race.c 20 const struct timespec delay = { 0, 100 * 1000 * 1000 };
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
poll.h 35 #include <time.h> /* For timespec. */
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);

Completed in 1447 milliseconds

<<11121314151617181920>>