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

1 2 3 4 5 6 7 891011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
coda.h 39 struct timespec { struct
61 struct timespec { struct
149 struct timespec va_atime;
150 struct timespec va_mtime;
151 struct timespec va_ctime;
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
coda.h 39 struct timespec { struct
61 struct timespec { struct
149 struct timespec va_atime;
150 struct timespec va_mtime;
151 struct timespec va_ctime;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
coda.h 39 struct timespec { struct
61 struct timespec { struct
149 struct timespec va_atime;
150 struct timespec va_mtime;
151 struct timespec va_ctime;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
coda.h 39 struct timespec { struct
61 struct timespec { struct
149 struct timespec va_atime;
150 struct timespec va_mtime;
151 struct timespec va_ctime;
  /bionic/libc/kernel/common/sound/
asound.h 370 struct timespec trigger_tstamp;
371 struct timespec tstamp;
389 struct timespec tstamp;
509 struct timespec tstamp;
621 struct timespec tstamp;
676 struct timespec tstamp;
    [all...]
  /external/kernel-headers/original/sound/
asound.h 395 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
396 struct timespec tstamp; /* reference timestamp */
411 struct timespec tstamp; /* Timestamp */
530 struct timespec tstamp; /* Timestamp */
642 struct timespec tstamp; /* Timestamp - last update */
692 struct timespec tstamp;
    [all...]
  /bionic/libc/bionic/
pthread.c 64 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout)
    [all...]
  /device/moto/stingray/sensors/
SensorBase.cpp 80 struct timespec t;
  /device/samsung/crespo/libsensors/
SensorBase.cpp 85 struct timespec t;
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 102 struct timespec abstime;
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 106 struct timespec abstime;
  /external/valgrind/main/auxprogs/
aix5_VKI_info.c 174 /* print info about struct timespec */
175 struct timespec ts;
176 printf("\nsizeof(struct timespec) = %d\n", (int)sizeof(struct timespec));
178 offsetof(struct timespec, tv_sec),
181 offsetof(struct timespec, tv_nsec),
  /external/valgrind/main/drd/tests/
pth_detached.c 86 struct timespec delay = { 0, 1 * 1000 * 1000 };
  /external/valgrind/main/none/tests/
tls.c 43 static const struct timespec awhile = { 0, 100000000 };
  /external/webrtc/src/system_wrappers/source/
condition_variable_linux.cc 109 timespec ts;
  /frameworks/base/libs/utils/
Timers.cpp 44 struct timespec t;
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 70 struct timespec ts;
  /hardware/invensense/libsensors/
SensorBase.cpp 85 struct timespec t;
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_mutex.c 159 struct timespec abs_timeout;
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpSocket.cpp 115 struct timespec ts;
169 struct timespec ts;
248 struct timespec ts;
309 struct timespec ts;
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 80 struct timespec before, after;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 6 /* we need struct timespec */
16 struct timespec file_time; /* system clock */
  /development/ndk/platforms/android-3/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);
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 263 struct timespec end_time;
273 struct timespec monotonic_timer;
353 struct timespec dummy;
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 267 static struct timeval timeval_remaining(struct timespec timeout) {
268 struct timespec now;
302 struct timespec timeout;

Completed in 1660 milliseconds

1 2 3 4 5 6 7 891011>>