Home
last modified time | relevance | path

Searched refs:itimerspec (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/memcheck/tests/linux/
Dtimerfd-syscall.c135 int timerfd_settime(int ufc, int flags, const struct itimerspec *utmr, in timerfd_settime()
136 struct itimerspec *otmr) in timerfd_settime()
141 int timerfd_gettime(int ufc, struct itimerspec *otmr) in timerfd_gettime()
179 struct itimerspec tmr; in main()
/external/srec/portable/src/
Dptimer.c196 struct itimerspec expire_time; in PTimerStart()
212 struct itimerspec remaining; in PTimerStop()
239 struct itimerspec remaining; in PTimerGetElapsed()
/external/mesa3d/src/mesa/drivers/x11/
Dglxheader.h52 struct itimerspec;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dglxheader.h52 struct itimerspec;
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c214 struct itimerspec its; in phOsalNfc_Timer_Start()
248 struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop()
/external/bluetooth/bluedroid/hci/src/
Dlpm.c133 struct itimerspec ts; in lpm_start_transport_idle_timer()
177 struct itimerspec ts; in lpm_stop_transport_idle_timer()
Dbt_hci_bdroid.c144 struct itimerspec ts; in epilog_wait_timer()
/external/kernel-headers/original/linux/
Dtime.h195 struct itimerspec { struct
/external/libusb/libusb/
Dio.c1246 const struct itimerspec it = { {0, 0}, in libusb_submit_transfer()
1293 const struct itimerspec disarm_timer = { { 0, 0 }, { 0, 0 } }; in disarm_timerfd()
1325 const struct itimerspec it = { {0, 0}, in arm_timerfd_for_next_timeout()
/external/chromium_org/third_party/libusb/src/libusb/
Dio.c1276 const struct itimerspec it = { {0, 0}, in add_to_flying_list()
1369 const struct itimerspec disarm_timer = { { 0, 0 }, { 0, 0 } }; in disarm_timerfd()
1401 const struct itimerspec it = { {0, 0}, in arm_timerfd_for_next_timeout()
/external/bluetooth/bluedroid/main/
Dbte_main.c369 struct itimerspec ts; in preload_start_wait_timer()
/external/qemu/
Dqemu-timer.c1038 struct itimerspec timeout; in dynticks_rearm_timer()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c2045 const struct itimerspec *, value, in PRE()
2046 struct itimerspec *, ovalue); in PRE()
2063 vki_timer_t, timerid, struct itimerspec *, value); in PRE()
2122 int, fd, int, clockid, const struct itimerspec *, tmr); in PRE()