/third_party/libuv/test/ |
H A D | test-osx-select.c | 33 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
|
H A D | test-multiple-listen.c | 34 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
H A D | test-tcp-create-socket-early.c | 41 uv_tcp_t* handle; in on_connection() local
|
H A D | test-tcp-try-write-error.c | 37 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 D | test-udp-recv-in-a-row.c | 40 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 D | test-udp-try-send.c | 40 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 D | blackhole-server.c | 29 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 D | test-getaddrinfo.c | 51 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 D | benchmark-async-pummel.c | 39 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 D | benchmark-million-async.c | 53 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 D | test-connection-fail.c | 39 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 D | test-eintr-handling.c | 60 static void sig_func(uv_signal_t* handle, int signum) { in sig_func() argument
|
H A D | test-signal-pending-on-close.c | 46 static void close_cb(uv_handle_t *handle) { in close_cb() argument
|
H A D | test-tcp-write-fail.c | 54 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
H A D | test-pipe-bind-error.c | 39 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
H A D | test-tcp-connect-timeout.c | 47 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 D | test-tcp-close.c | 68 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 D | test-tcp-close-while-connecting.c | 35 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 D | main.c | 15 void signal_handler(uv_signal_t *handle, int signum) in signal_handler() argument
|
/third_party/libuv/docs/code/multi-echo-server/ |
H A D | worker.c | 22 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 D | main.c | 8 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 D | async.c | 51 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 D | eglsync.h | 112 _eglLookupSync(EGLSync handle, _EGLDisplay *disp) in _eglLookupSync() argument
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/ |
H A D | minimal-http-server-eventlib-demos.c | 120 void signal_cb(void *handle, int signum) in signal_cb() argument
|
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | vdpau_dmabuf.h | 56 uint32_t handle; member
|