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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp182 m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadShouldExit, "async thread should exit");
828 m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncThreadShouldExit);
853 eBroadcastBitAsyncThreadShouldExit;
913 case eBroadcastBitAsyncThreadShouldExit:
915 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") got eBroadcastBitAsyncThreadShouldExit...",
H A DProcessKDP.h239 eBroadcastBitAsyncThreadShouldExit = (1 << 1) enumerator in enum:ProcessKDP::__anon9945
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h300 eBroadcastBitAsyncThreadShouldExit = (1 << 1), enumerator in enum:ProcessGDBRemote::__anon9984
H A DProcessGDBRemote.cpp265 m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadShouldExit, "async thread should exit");
2777 m_async_broadcaster.BroadcastEvent (eBroadcastBitAsyncThreadShouldExit);
2809 eBroadcastBitAsyncThreadShouldExit;
2881 case eBroadcastBitAsyncThreadShouldExit:
2883 log->Printf ("ProcessGDBRemote::%s (arg = %p, pid = %" PRIu64 ") got eBroadcastBitAsyncThreadShouldExit...", __FUNCTION__, arg, process->GetID());

Completed in 106 milliseconds