Home
last modified time | relevance | path

Searched refs:uv_handle_get_loop (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/
H A Duv-data-getter-setters.c44 uv_loop_t* uv_handle_get_loop(const uv_handle_t* handle) { in uv_handle_get_loop() function
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-getters-setters.c73 ASSERT(uv_handle_get_loop((uv_handle_t*)pipe) == loop); in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dhandle.rst236 .. c:function:: uv_loop_t* uv_handle_get_loop(const uv_handle_t* handle)
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h456 UV_EXTERN uv_loop_t* uv_handle_get_loop(const uv_handle_t* handle);