Home
last modified time | relevance | path

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

/external/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt38 …DBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) got eBroadcastBitAsyncThreadShouldExit...
53 …DBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) got eBroadcastBitAsyncThreadShouldExit...
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt38 …DBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) got eBroadcastBitAsyncThreadShouldExit...
53 …DBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) got eBroadcastBitAsyncThreadShouldExit...
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp182 …m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadShouldExit, "async thread should exit"… in ProcessKDP()
828 m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
853 eBroadcastBitAsyncThreadShouldExit; in AsyncThread()
913 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()
DProcessKDP.h239 eBroadcastBitAsyncThreadShouldExit = (1 << 1) enumerator
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h300 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator
DProcessGDBRemote.cpp265 …m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadShouldExit, "async thread should exit"… in ProcessGDBRemote()
2777 m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncThreadShouldExit); in StopAsyncThread()
2809 eBroadcastBitAsyncThreadShouldExit; in AsyncThread()
2881 case eBroadcastBitAsyncThreadShouldExit: in AsyncThread()