Home
last modified time | relevance | path

Searched refs:FDSetWrite (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h36 void FDSetWrite(lldb::socket_t fd);
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp53 void SelectHelper::FDSetWrite(lldb::socket_t fd) { in FDSetWrite() function in SelectHelper
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp347 select_helper.FDSetWrite(fd); in Write()