Home
last modified time | relevance | path

Searched refs:eBroadcastBitThreadShouldExit (Results 1 – 9 of 9) sorted by relevance

/external/lldb/tools/driver/
DIOChannel.cpp399 SBCommandInterpreter::eBroadcastBitThreadShouldExit | in Run()
403 IOChannel::eBroadcastBitThreadShouldExit); in Run()
407 Driver::eBroadcastBitThreadShouldExit); in Run()
460 else if (event_type & Driver::eBroadcastBitThreadShouldExit) in Run()
478 case SBCommandInterpreter::eBroadcastBitThreadShouldExit: in Run()
486 if (event_type & IOChannel::eBroadcastBitThreadShouldExit) in Run()
517 BroadcastEventByType (eBroadcastBitThreadShouldExit); in Stop()
DIOChannel.h33 eBroadcastBitThreadShouldExit = (1 << 2), enumerator
DDriver.h42 eBroadcastBitThreadShouldExit = (1 << 1) enumerator
DDriver.cpp1124 else if ((event_type & IOChannel::eBroadcastBitThreadShouldExit) || in HandleIOEvent()
1379 IOChannel::eBroadcastBitThreadShouldExit | in MainLoop()
1547 if ((event_type & IOChannel::eBroadcastBitThreadShouldExit) || in MainLoop()
/external/lldb/scripts/Python/interface/
DSBCommandInterpreter.i61 eBroadcastBitThreadShouldExit = (1 << 0), enumerator
/external/lldb/include/lldb/API/
DSBCommandInterpreter.h23 eBroadcastBitThreadShouldExit = (1 << 0), enumerator
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h39 eBroadcastBitThreadShouldExit = (1 << 0), enumerator
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp115 SetEventName (eBroadcastBitThreadShouldExit, "thread-should-exit"); in CommandInterpreter()
/external/lldb/www/python_reference/
Dapi-objects.txt2534 lldb.SBCommandInterpreter.eBroadcastBitThreadShouldExit lldb.SBCommandInterpreter-class.html#eBroad…