Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp80 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in GDBRemoteCommunicationReplayServer()
84 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in GDBRemoteCommunicationReplayServer()
239 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
280 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
H A DGDBRemoteCommunicationReplayServer.h60 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
H A DProcessGDBRemote.h243 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
H A DProcessGDBRemote.cpp271 m_async_broadcaster.SetEventName(eBroadcastBitAsyncThreadShouldExit, in ProcessGDBRemote()
287 eBroadcastBitAsyncContinue | eBroadcastBitAsyncThreadShouldExit; in ProcessGDBRemote()
3682 m_async_broadcaster.BroadcastEvent(eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
3863 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()