Home
last modified time | relevance | path

Searched refs:ListenerThread (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp74 ListenerThread.join(); in ~FDSimpleRemoteEPCTransport()
80 ListenerThread = std::thread([this]() { listenLoop(); }); in start()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h137 std::thread ListenerThread; variable