Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
H A DCMakeLists.txt54 SelectHelper.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DSelectHelper.h20 class SelectHelper {
23 SelectHelper();
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp255 SelectHelper select_helper; in ReadWithTimeout()
286 SelectHelper select_helper; in Write()
H A DConnectionFileDescriptorPosix.cpp458 SelectHelper select_helper; in BytesAvailable()
/openbsd-src/gnu/usr.bin/clang/liblldbUtility/
H A DMakefile36 SelectHelper.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn37 "SelectHelper.cpp",
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp191 SelectHelper select_helper; in IsInputPending()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4391 SelectHelper select_helper; in Run()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3873 lldb/include/lldb/Utility/SelectHelper.h