/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
time.h | 117 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
time.h | 117 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
time.h | 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
time.h | 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
time.h | 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
time.h | 115 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
|
/external/deqp/framework/delibs/deutil/ |
deTimer.c | 229 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0) 250 if (timer_settime(timer->timer, 0, &tspec, DE_NULL) != 0) 268 timer_settime(timer->timer, 0, &tspec, DE_NULL);
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
phOsalNfc_Timer.c | 162 if((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) 209 if((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1)
|
/bionic/libc/bionic/ |
posix_timers.cpp | 211 // http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_settime.html 212 // When using timer_settime to disarm a repeatable SIGEV_THREAD timer with a very small 216 int timer_settime(timer_t id, int flags, const itimerspec* ts, itimerspec* ots) { function
|
/external/fio/os/ |
os-mac.h | 70 static inline int timer_settime(timer_t timerid, int flags, function
|
/bionic/tests/ |
time_test.cpp | 202 ASSERT_EQ(0, timer_settime(t, 0, &ts, NULL)); 256 ASSERT_EQ(0, timer_settime(timer_id, 0, &ts, NULL)); 493 ASSERT_EQ(0, timer_settime(tdd.timer_id, 0, &ts, NULL));
|
/system/bt/osi/src/ |
alarm.c | 496 // It is entirely unsafe to call timer_settime(2) with a zeroed timerspec 511 timer_settime(wakeup_timer, TIMER_ABSTIME, &end_of_time, NULL); 522 if (timer_settime(wakeup_timer, TIMER_ABSTIME, &wakeup_time, NULL) == -1) 533 if (timer_settime(timer, TIMER_ABSTIME, &timer_time, NULL) == -1)
|
/external/strace/ |
time.c | 280 SYS_FUNC(timer_settime)
|
sys_func.h | 287 extern SYS_FUNC(timer_settime);
|
/hardware/broadcom/libbt/src/ |
upio.c | 227 if (timer_settime(lpm_proc_cb.timer_id, 0, &ts, 0) == 0) { 228 UPIODBG("%s : timer_settime success", __FUNCTION__); 230 UPIODBG("%s : timer_settime failed", __FUNCTION__);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
time.h | 365 extern int timer_settime (timer_t __timerid, int __flags,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
time.h | 365 extern int timer_settime (timer_t __timerid, int __flags,
|
/frameworks/native/services/surfaceflinger/ |
EventThread.cpp | 90 timer_settime(mTimerId, 0, &ts, NULL);
|
/external/strace/linux/32/ |
syscallent.h | 118 [110] = { 4, 0, SEN(timer_settime), "timer_settime" },
|
/external/strace/linux/mips/ |
syscallent-n32.h | 224 [6221] = { 4, 0, SEN(timer_settime), "timer_settime" },
|
syscallent-n64.h | 220 [5217] = { 4, 0, SEN(timer_settime), "timer_settime" },
|
/external/strace/linux/s390x/ |
syscallent.h | 270 [255] = { 4, 0, SEN(timer_settime), "timer_settime" },
|
/external/strace/linux/64/ |
syscallent.h | 111 [110] = { 4, 0, SEN(timer_settime), "timer_settime" },
|
/external/strace/linux/avr32/ |
syscallent.h | 239 [211] = { 4, 0, SEN(timer_settime), "timer_settime" },
|
/external/strace/linux/hppa/ |
syscallent.h | 256 [251] = { 4, 0, SEN(timer_settime), "timer_settime" },
|