Searched refs:eBroadcastBitThreadShouldExit (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DIOChannel.cpp399 SBCommandInterpreter::eBroadcastBitThreadShouldExit |
403 IOChannel::eBroadcastBitThreadShouldExit);
407 Driver::eBroadcastBitThreadShouldExit);
460 else if (event_type & Driver::eBroadcastBitThreadShouldExit)
478 case SBCommandInterpreter::eBroadcastBitThreadShouldExit:
486 if (event_type & IOChannel::eBroadcastBitThreadShouldExit)
517 BroadcastEventByType (eBroadcastBitThreadShouldExit);
H A DIOChannel.h33 eBroadcastBitThreadShouldExit = (1 << 2), enumerator in enum:IOChannel::__anon3612
H A DDriver.h42 eBroadcastBitThreadShouldExit = (1 << 1) enumerator in enum:Driver::__anon3611
H A DDriver.cpp1124 else if ((event_type & IOChannel::eBroadcastBitThreadShouldExit) ||
1379 IOChannel::eBroadcastBitThreadShouldExit |
1547 if ((event_type & IOChannel::eBroadcastBitThreadShouldExit) ||
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h23 eBroadcastBitThreadShouldExit = (1 << 0), enumerator in enum:lldb::SBCommandInterpreter::__anon3478
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h39 eBroadcastBitThreadShouldExit = (1 << 0), enumerator in enum:lldb_private::CommandInterpreter::__anon3502
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp115 SetEventName (eBroadcastBitThreadShouldExit, "thread-should-exit");

Completed in 129 milliseconds