Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h20 class SelectHelper {
23 SelectHelper();
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp12 #include "lldb/Utility/SelectHelper.h"
313 SelectHelper select_helper; in ReadWithTimeout()
345 SelectHelper select_helper; in Write()
H A DConnectionFileDescriptorPosix.cpp456 SelectHelper select_helper; in BytesAvailable()
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp21 #include "lldb/Utility/SelectHelper.h"
178 SelectHelper select_helper; in GetIndentation()
/freebsd-src/lib/clang/liblldb/
H A DMakefile724 SRCS+= Utility/SelectHelper.cpp
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp74 #include "lldb/Utility/SelectHelper.h"
4634 SelectHelper select_helper; in GetOneThreadExpressionTimeout()