Home
last modified time | relevance | path

Searched defs:hrtimer (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dhrtimer.h113 struct hrtimer { struct
114 union ktime _softexpires; /**< Structure of the scheduled time. */
115 Handler function; /**< Timeout callback function. */
116 unsigned long state; /**< Timer working state. Not in use temporarily. */
141 struct hrtimer_list_node { argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_hrtimer.c107 STATIC VOID HrtimerHandlerRunAddNode(struct hrtimer_list_node *hrtimer, struct handler_list_node *h… in HrtimerHandlerRunAddNode()
122 struct hrtimer_list_node *hrtimer = NULL; in HrtimerHandlerRun() local
223 struct hrtimer_list_node *hrtimer = (struct hrtimer_list_node *)LOS_MemAlloc(m_aucSysMem0, in HrtimerListNodeInit() local
367 struct hrtimer_list_node *hrtimer = NULL; in linux_hrtimer_start() local
/third_party/libwebsockets/lib/event-libs/uloop/
Dprivate-lib-event-libs-uloop.h29 struct uloop_timeout hrtimer; member
/third_party/libwebsockets/lib/event-libs/libevent/
Dprivate-lib-event-libs-libevent.h34 struct event *hrtimer; member
/third_party/libwebsockets/lib/event-libs/glib/
Dprivate-lib-event-libs-glib.h35 lws_glib_tag_t hrtimer; member
/third_party/libwebsockets/lib/event-libs/libev/
Dprivate-lib-event-libs-libev.h43 struct ev_timer hrtimer; member