Searched defs:poll_cb (Results 1 – 8 of 8) sorted by relevance
/libuv/test/ |
H A D | test-poll-closesocket.c | 39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
|
H A D | test-poll-multiple-handles.c | 41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
|
H A D | test-poll-oob.c | 68 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
|
H A D | test-fs-poll.c | 98 static void poll_cb(uv_fs_poll_t* handle, in poll_cb() function
|
/libuv/src/ |
H A D | fs-poll.c | 43 uv_fs_poll_cb poll_cb; member 188 static void poll_cb(uv_fs_t* req) { in poll_cb() function
|
/libuv/src/unix/ |
H A D | poll.c | 119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
|
/libuv/include/ |
H A D | uv.h | 888 uv_poll_cb poll_cb; member
|
Completed in 27 milliseconds