/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");
|
/packages/apps/Nfc/nci/jni/ |
IntervalTimer.cpp | 57 stat = timer_settime(mTimerId, 0, &ts, 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
librt-2.7.so | |
librt.so | |
librt.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
librt-2.7.so | |
librt.so | |
librt.so.1 | |
/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);
|
/bionic/libc/bionic/ |
pthread-timers.c | 49 // www.opengroup.org/onlinepubs/000095399/functions/timer_settime.html 55 // corresponding to calls to timer_settime() and timer_delete(). 489 timer_settime( timer_t id, function 579 // for a state change from timer_settime/_delete/_start_stop.
|
/bionic/libc/include/ |
time.h | 113 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/4/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);
|
/prebuilts/ndk/5/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);
|
/prebuilts/ndk/5/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);
|
/prebuilts/ndk/6/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);
|
/prebuilts/ndk/6/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);
|