Home
last modified time | relevance | path

Searched refs:SelectHelper (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp39 SelectHelper::SelectHelper() in SelectHelper() function in SelectHelper
44 void SelectHelper::SetTimeout(const std::chrono::microseconds &timeout) { in SetTimeout()
49 void SelectHelper::FDSetRead(lldb::socket_t fd) { in FDSetRead()
53 void SelectHelper::FDSetWrite(lldb::socket_t fd) { in FDSetWrite()
57 void SelectHelper::FDSetError(lldb::socket_t fd) { in FDSetError()
61 bool SelectHelper::FDIsSetRead(lldb::socket_t fd) const { in FDIsSetRead()
69 bool SelectHelper::FDIsSetWrite(lldb::socket_t fd) const { in FDIsSetWrite()
77 bool SelectHelper::FDIsSetError(lldb::socket_t fd) const { in FDIsSetError()
93 lldb_private::Status SelectHelper::Select() { in Select()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h20 class SelectHelper {
23 SelectHelper();
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp313 SelectHelper select_helper; in ReadWithTimeout()
345 SelectHelper select_helper; in Write()
H A DConnectionFileDescriptorPosix.cpp22 #include "lldb/Utility/SelectHelper.h"
425 // SelectHelper in GetURI()
456 SelectHelper select_helper; in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp178 SelectHelper select_helper; in IsInputPending()
/freebsd/lib/clang/liblldb/
H A DMakefile724 SRCS+= Utility/SelectHelper.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4634 SelectHelper select_helper; in Run()