Lines Matching refs:uv_timer_t
43 const uv_timer_t* a;
44 const uv_timer_t* b;
46 a = container_of(ha, uv_timer_t, heap_node);
47 b = container_of(hb, uv_timer_t, heap_node);
61 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) {
70 int uv_timer_start(uv_timer_t* handle,
109 int uv_timer_stop(uv_timer_t* handle) {
122 int uv_timer_again(uv_timer_t* handle) {
135 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) {
140 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) {
145 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) {
155 const uv_timer_t* handle;
162 handle = container_of(heap_node, uv_timer_t, heap_node);
176 uv_timer_t* handle;
183 handle = container_of(heap_node, uv_timer_t, heap_node);
197 void uv__timer_close(uv_timer_t* handle) {