Searched refs:port_dissociate (Results 1 – 3 of 3) sorted by relevance
138 if (port_dissociate(loop->backend_fd, PORT_SOURCE_FD, fd)) { in uv__io_check_fd()557 ret = port_dissociate(handle->loop->fs_fd, in uv__fs_event_stop()
2918 pub fn port_dissociate(port: ::c_int, source: ::c_int, object: ::uintptr_t) -> ::c_int; in port_dissociate() function