Lines Matching refs:uv_timer_t
40 const uv_timer_t* a;
41 const uv_timer_t* b;
43 a = container_of(ha, uv_timer_t, heap_node);
44 b = container_of(hb, uv_timer_t, heap_node);
58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) {
67 int uv_timer_start(uv_timer_t* handle,
98 int uv_timer_stop(uv_timer_t* handle) {
111 int uv_timer_again(uv_timer_t* handle) {
124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) {
129 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) {
134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) {
144 const uv_timer_t* handle;
151 handle = container_of(heap_node, uv_timer_t, heap_node);
165 uv_timer_t* handle;
172 handle = container_of(heap_node, uv_timer_t, heap_node);
183 void uv__timer_close(uv_timer_t* handle) {