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

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/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);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /external/qemu/
qemu-thread.c 60 static void timespec_add_ms(struct timespec *ts, uint64_t msecs)
73 struct timespec ts;
140 struct timespec ts;
  /external/skia/src/ports/
SkOSEvent_android.cpp 58 static timespec gTimeSpec;
68 timespec spec = gTimeSpec;
126 // printf("SignalQueueTimer(%d) timespec(%d %d)\n", delay, gTimeSpec.tv_sec, gTimeSpec.tv_nsec);
  /external/stlport/stlport/stl/
_threads.c 68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);
108 timespec __ts;
  /frameworks/base/libs/cpustats/
ThreadCpuUsage.cpp 50 struct timespec ts;
85 struct timespec ts;
110 struct timespec ts;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);
108 timespec __ts;
  /prebuilt/linux-x86/toolchain/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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 121 struct timespec struct
127 #endif /* timespec not defined and <time.h> or need timespec. */
164 struct timespec it_interval;
165 struct timespec it_value;
327 extern int nanosleep (__const struct timespec *__requested_time,
328 struct timespec *__remaining);
332 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
335 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
338 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_threads.c 68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);
108 timespec __ts;
  /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-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/libvpx/vp8/common/
threading.h 78 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
82 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 15 #include <time.h> // struct timespec
72 struct timespec deadline;
hold_lock.c 16 struct timespec ts;
sigalrm.c 60 struct timespec tsDelay;
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 69 struct timespec tm;
89 struct timespec tm;
  /external/kernel-headers/original/asm-generic/
cputime.h 46 * Convert cputime to timespec and back.
  /external/valgrind/main/perf/
sarp.c 34 struct timespec req;
  /bionic/libc/bionic/
pthread-timers.c 109 struct timespec volatile expires; /* next expiration time, or 0 */
110 struct timespec volatile period; /* reload value, or 0 */
320 struct timespec dummy;
414 struct timespec diff;
419 struct timespec now;
475 struct timespec expires, now;
545 struct timespec expires = timer->expires;
546 struct timespec period = timer->period;
547 struct timespec now;
569 struct timespec diff = expires
    [all...]

Completed in 968 milliseconds

1 2 3 45 6 7 8 91011>>