Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h255 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
H A DProcessGDBRemote.cpp269 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
279 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in ProcessGDBRemote()
3568 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
3704 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()