Searched refs:itimerspec (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | timerfd.cc | 14 struct itimerspec its; in main() 23 struct itimerspec its2; in main() 31 struct itimerspec its3; in main()
|
/external/fio/os/ |
D | os-mac.h | 47 struct itimerspec { struct 71 const struct itimerspec *value, in timer_settime() argument 72 struct itimerspec *ovalue) in timer_settime()
|
/external/valgrind/memcheck/tests/linux/ |
D | timerfd-syscall.c | 135 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/mesa3d/src/mesa/drivers/x11/ |
D | glxheader.h | 52 struct itimerspec;
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Timer.c | 214 struct itimerspec its; in phOsalNfc_Timer_Start() 248 struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop()
|
/external/deqp/framework/delibs/deutil/ |
D | deTimer.c | 217 struct itimerspec tspec; in deTimer_scheduleSingle() 238 struct itimerspec tspec; in deTimer_scheduleInterval() 259 struct itimerspec tspec; in deTimer_disable()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 34 struct itimerspec { struct
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
D | phOsalNfc_Timer.c | 138 struct itimerspec its; in phOsalNfc_Timer_Start() 195 static struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop()
|
/external/elfutils/src/tests/ |
D | run-dwarf-getstring.sh | 24 itimerspec
|
/external/libusb/libusb/ |
D | io.c | 1246 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 242 unsigned struct_itimerspec_sz = sizeof(struct itimerspec);
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-kvm.c | 971 struct itimerspec new_value; in perf_kvm__timerfd_create()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 2242 const struct itimerspec *, value, in PRE() 2243 struct itimerspec *, ovalue); in PRE() 2260 vki_timer_t, timerid, struct itimerspec *, value); in PRE() 2320 int, fd, int, clockid, const struct itimerspec *, tmr); in PRE()
|