Home
last modified time | relevance | path

Searched refs:uv_backend_fd (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/mit/libuv/dist/test/
H A Dtest-embed.c65 p.fd = uv_backend_fd(loop); in TEST_IMPL()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dloop.rst136 .. c:function:: int uv_backend_fd(const uv_loop_t* loop)
231 Any previous value returned from :c:func:`uv_backend_fd` is now
/netbsd/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.c140 msgctl(uv_backend_fd(uv_default_loop()), IPC_RMID, NULL); in uv__os390_cleanup()
H A Dcore.c344 int uv_backend_fd(const uv_loop_t* loop) { in uv_backend_fd() function
/netbsd/external/mit/libuv/dist/src/win/
H A Dcore.c391 int uv_backend_fd(const uv_loop_t* loop) { in uv_backend_fd() function
/netbsd/external/mit/libuv/dist/include/
H A Duv.h310 UV_EXTERN int uv_backend_fd(const uv_loop_t*);
/netbsd/external/mit/libuv/dist/
H A DChangeLog83 * aix,test: uv_backend_fd is not supported by poll (V-for-Vasili)
5435 * include: update uv_backend_fd() documentation (Ben Noordhuis)