Home
last modified time | relevance | path

Searched refs:FDIsSetWrite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h44 bool FDIsSetWrite(lldb::socket_t fd) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp69 bool SelectHelper::FDIsSetWrite(lldb::socket_t fd) const { in FDIsSetWrite() function in SelectHelper