Home
last modified time | relevance | path

Searched defs:socket_up (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp205 std::unique_ptr<Socket> socket_up; in Create() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp76 std::unique_ptr<Socket> socket_up) in ConnectionFileDescriptor()