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

/external/lldb/include/lldb/API/
H A DSBCommunication.h25 eBroadcastBitReadThreadShouldExit = (1 << 3), ///< Sent by clients that need to cancel the read thread. enumerator in enum:lldb::SBCommunication::__anon24378
/external/lldb/scripts/Python/interface/
H A DSBCommunication.i19 eBroadcastBitReadThreadShouldExit = (1 << 3), ///< Sent by clients that need to cancel the read thread.
/external/lldb/include/lldb/Core/
H A DCommunication.h80 /// can also post a \b eBroadcastBitReadThreadShouldExit event to this
90 eBroadcastBitReadThreadShouldExit = (1 << 3), ///< Sent by clients that need to cancel the read thread. enumerator in enum:lldb_private::Communication::__anon24385
/external/lldb/source/Core/
H A DCommunication.cpp56 SetEventName (eBroadcastBitReadThreadShouldExit, "read thread should exit");
263 BroadcastEvent (eBroadcastBitReadThreadShouldExit, NULL);

Completed in 135 milliseconds