Home
last modified time | relevance | path

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

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