HomeSort by relevance Sort by last modified time
    Searched refs:timer_settime (Results 1 - 24 of 24) sorted by null

  /system/extras/tests/bionic/libc/other/
test_timer_create3.c 39 * can be done by calling timer_settime() with an it_interval
60 timer_settime(tid, TIMER_ABSTIME, &ts, NULL);
86 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
88 perror ("timer_settime");
test_timer_create.c 70 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
72 perror ("timer_settime");
test_timer_create2.c 69 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
71 perror ("timer_settime");
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 237 timer_settime(timers[TimerId].handle, 0, &its, NULL);
258 timer_settime(timers[TimerId].handle, 0, &its, NULL);
  /development/ndk/platforms/android-3/include/
time.h 113 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /development/ndk/platforms/android-8/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time.h 111 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time.h 111 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time.h 111 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
time.h 109 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /bionic/libc/include/
time.h 127 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
  /external/srec/portable/src/
ptimer.c 202 return (timer_settime(timer->timer, 0, &expire_time, NULL) == 0 ?
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 364 extern int timer_settime (timer_t __timerid, int __flags,
  /bionic/libc/bionic/
pthread-timers.c 37 * www.opengroup.org/onlinepubs/000095399/functions/timer_settime.html
43 * corresponding to calls to timer_settime() and timer_delete().
461 timer_settime( timer_t id, function
550 * for a state change from timer_settime/_delete/_start_stop
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/qemu/
qemu-timer.c 1066 if (timer_settime(host_timer, 0 /* RELATIVE */, &timeout, NULL)) {
    [all...]

Completed in 290 milliseconds