Home
last modified time | relevance | path

Searched defs:handle (Results 401 - 425 of 3564) sorted by relevance

1...<<11121314151617181920>>...143

/third_party/libuv/test/
H A Dtest-osx-select.c33 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
H A Dtest-multiple-listen.c34 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-tcp-create-socket-early.c41 uv_tcp_t* handle; in on_connection() local
H A Dtest-tcp-try-write-error.c37 static void close_cb(uv_handle_t* handle) { in close_cb() argument
41 static void incoming_close_cb(uv_handle_t* handle) { in incoming_close_cb() argument
H A Dtest-udp-recv-in-a-row.c40 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
48 static void sv_recv_cb(uv_udp_t* handle, in sv_recv_cb() argument
60 static void check_cb(uv_check_t* handle) { in check_cb() argument
H A Dtest-udp-try-send.c40 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
51 static void close_cb(uv_handle_t* handle) { in close_cb() argument
58 static void sv_recv_cb(uv_udp_t* handle, in sv_recv_cb() argument
[all...]
H A Dblackhole-server.c29 uv_tcp_t handle; member
63 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
94 static void close_cb(uv_handle_t* handle) { in close_cb() argument
[all...]
H A Dtest-getaddrinfo.c51 static void getaddrinfo_basic_cb(uv_getaddrinfo_t* handle, in getaddrinfo_basic_cb() argument
61 static void getaddrinfo_cuncurrent_cb(uv_getaddrinfo_t* handle, in getaddrinfo_cuncurrent_cb() argument
H A Dbenchmark-async-pummel.c39 static void async_cb(uv_async_t* handle) { in async_cb() argument
54 uv_async_t* handle = (uv_async_t*) arg; in pummel() local
67 uv_async_t handle; in test_async_pummel() local
[all...]
H A Dbenchmark-million-async.c53 static void async_cb(uv_async_t* handle) { in async_cb() argument
59 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
66 uv_async_t* handle = container->async_handles + i; in timer_cb() local
81 uv_async_t* handle; in BENCHMARK_IMPL() local
[all...]
H A Dtest-connection-fail.c39 static void on_close(uv_handle_t* handle) { in on_close() argument
44 static void timer_close_cb(uv_handle_t* handle) { in timer_close_cb() argument
49 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
H A Dtest-eintr-handling.c60 static void sig_func(uv_signal_t* handle, int signum) { in sig_func() argument
H A Dtest-signal-pending-on-close.c46 static void close_cb(uv_handle_t *handle) { in close_cb() argument
H A Dtest-tcp-write-fail.c54 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-pipe-bind-error.c39 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-tcp-connect-timeout.c47 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
54 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-tcp-close.c68 static void close_cb(uv_handle_t* handle) { in close_cb() argument
79 static void start_server(uv_loop_t* loop, uv_tcp_t* handle) { in start_server() argument
[all...]
H A Dtest-tcp-close-while-connecting.c35 static void close_cb(uv_handle_t* handle) { in close_cb() argument
53 static void timer1_cb(uv_timer_t* handle) { in timer1_cb() argument
60 static void timer2_cb(uv_timer_t* handle) { in timer2_cb() argument
/third_party/libuv/docs/code/signal/
H A Dmain.c15 void signal_handler(uv_signal_t *handle, int signum) in signal_handler() argument
/third_party/libuv/docs/code/multi-echo-server/
H A Dworker.c22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
/third_party/libuv/docs/code/dns/
H A Dmain.c8 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
/third_party/libuv/src/unix/
H A Dasync.c51 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() argument
69 int uv_async_send(uv_async_t* handle) { in uv_async_send() argument
97 uv__async_close(uv_async_t* handle) uv__async_close() argument
158 uv__async_send(uv_async_t* handle) uv__async_send() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglsync.h112 _eglLookupSync(EGLSync handle, _EGLDisplay *disp) in _eglLookupSync() argument
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/
H A Dminimal-http-server-eventlib-demos.c120 void signal_cb(void *handle, int signum) in signal_cb() argument
/third_party/mesa3d/src/gallium/include/frontend/
H A Dvdpau_dmabuf.h56 uint32_t handle; member

Completed in 9 milliseconds

1...<<11121314151617181920>>...143