Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp43 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in GDBRemoteCommunicationReplayServer()
47 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in GDBRemoteCommunicationReplayServer()
153 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
195 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
H A DGDBRemoteCommunicationReplayServer.h58 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
H A DProcessGDBRemote.h264 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
H A DProcessGDBRemote.cpp300 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
319 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in ProcessGDBRemote()
3705 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
3870 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()