HomeSort by: relevance | last modified time | path
    Searched refs:uv_unref (Results 1 - 21 of 21) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-ref.c 113 uv_unref((uv_handle_t*)&h);
124 uv_unref((uv_handle_t*)&h);
136 uv_unref((uv_handle_t*)&h);
148 uv_unref((uv_handle_t*)&h);
158 uv_unref((uv_handle_t*)h);
176 uv_unref((uv_handle_t*)&h);
188 uv_unref((uv_handle_t*)&h);
203 uv_unref((uv_handle_t*)&h);
215 uv_unref((uv_handle_t*)&h);
226 uv_unref((uv_handle_t*)&h)
    [all...]
test-poll-multiple-handles.c 91 uv_unref((uv_handle_t*) &second_poll_handle);
test-stdio-over-pipes.c 244 uv_unref((uv_handle_t*) &stdin_pipe1);
245 uv_unref((uv_handle_t*) &stdout_pipe1);
246 uv_unref((uv_handle_t*) &stdin_pipe2);
247 uv_unref((uv_handle_t*) &stdout_pipe2);
test-signal-pending-on-close.c 102 uv_unref((uv_handle_t*) &signal_hdl);
test-timer-again.c 106 uv_unref((uv_handle_t*)&dummy);
test-osx-select.c 107 uv_unref((uv_handle_t*) &tcps[i]);
test-tcp-close.c 94 uv_unref((uv_handle_t*)handle);
test-udp-options.c 41 uv_unref((uv_handle_t*)&h); /* don't keep the loop alive */
benchmark-udp-pummel.c 168 uv_unref((uv_handle_t*)&timer_handle);
179 uv_unref((uv_handle_t*)&s->udp_handle);
test-tcp-close-after-read-timeout.c 137 uv_unref((uv_handle_t*) handle);
test-timer.c 147 uv_unref((uv_handle_t*)&never);
448 uv_unref((uv_handle_t*) &timer_handle);
test-loop-handles.c 313 uv_unref((uv_handle_t*)&timer_handle);
test-fork.c 279 uv_unref((uv_handle_t*)&signal_handle);
339 uv_unref((uv_handle_t*)&signal_handle); /* so the loop can exit;
benchmark-multi-accept.c 265 uv_unref((uv_handle_t*) &ctx->async_handle);
test-spawn.c 836 uv_unref((uv_handle_t*) &process);
1760 uv_unref((uv_handle_t*) &process);
  /src/external/mit/libuv/dist/docs/code/ref-timer/
main.c 21 uv_unref((uv_handle_t*) &gc_req);
  /src/external/mit/libuv/dist/docs/code/detach/
main.c 28 uv_unref((uv_handle_t*) &child_req);
  /src/external/mit/libuv/dist/src/unix/
fsevents.c 827 uv_unref((uv_handle_t*) handle->cf_cb);
  /src/external/mit/libuv/dist/src/
uv-common.c 623 void uv_unref(uv_handle_t* handle) { function
  /src/external/mit/libuv/dist/include/
uv.h 316 UV_EXTERN void uv_unref(uv_handle_t*);
1130 * parent's event loop alive unless the parent process calls uv_unref() on
  /src/external/mit/libuv/dist/src/win/
pipe.c 2348 uv_unref((uv_handle_t*) pipe->pipe.conn.eof_timer);

Completed in 66 milliseconds