Home
last modified time | relevance | path

Searched defs:poll_cb (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-poll-closesocket.c39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
H A Dtest-poll-multiple-handles.c41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
H A Dtest-poll-close-doesnt-corrupt-stack.c45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
H A Dtest-poll-oob.c68 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
H A Dtest-fs-poll.c98 static void poll_cb(uv_fs_poll_t* handle, in poll_cb() function
/libuv/src/
H A Dfs-poll.c43 uv_fs_poll_cb poll_cb; member
185 static void poll_cb(uv_fs_t* req) { in poll_cb() function
/libuv/src/unix/
H A Dpoll.c119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
/libuv/include/
H A Duv.h870 uv_poll_cb poll_cb; member

Completed in 46 milliseconds