Home
last modified time | relevance | path

Searched refs:eBroadcastBitReadThreadDidExit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp49 SetEventName(eBroadcastBitReadThreadDidExit, "read thread did exit"); in ThreadedCommunication()
110 this, eBroadcastBitReadThreadGotBytes | eBroadcastBitReadThreadDidExit); in Read()
124 event_sp = std::make_shared<Event>(eBroadcastBitReadThreadDidExit); in Read()
138 if (event_type & eBroadcastBitReadThreadDidExit) { in Read()
336 BroadcastEvent(eBroadcastBitReadThreadDidExit); in ReadThread()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i20eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to info… enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h24 eBroadcastBitReadThreadDidExit = in FLAGS_ANONYMOUS_ENUM()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h70 eBroadcastBitReadThreadDidExit = in FLAGS_ANONYMOUS_ENUM()