HomeSort by relevance Sort by last modified time
    Searched refs:eBroadcastBitAsyncThreadShouldExit (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 182 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...",
    [all...]
ProcessKDP.h 239 eBroadcastBitAsyncThreadShouldExit = (1 << 1)
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.h 300 eBroadcastBitAsyncThreadShouldExit = (1 << 1),
ProcessGDBRemote.cpp 265 m_async_broadcaster.SetEventName (eBroadcastBitAsyncThreadShouldExit, "async thread should exit");
    [all...]

Completed in 76 milliseconds