Searched defs:fd_up (Results 1 – 1 of 1) sorted by relevance
70 class fd_up { class72 fd_up() : fd(-1) {} in fd_up() function in freebsd::fd_up73 fd_up(int _fd) : fd(_fd) {} in fd_up() function in freebsd::fd_up74 fd_up(fd_up &&other) : fd(other.release()) {} in fd_up() function in freebsd::fd_up