Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i21eBroadcastBitReadThreadShouldExit = (1 << 3), ///< Sent by clients that need to cancel the read … enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h27 eBroadcastBitReadThreadShouldExit = in FLAGS_ANONYMOUS_ENUM()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp50 SetEventName(eBroadcastBitReadThreadShouldExit, "read thread should exit"); in ThreadedCommunication()
200 BroadcastEvent(eBroadcastBitReadThreadShouldExit, nullptr); in StopReadThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h73 eBroadcastBitReadThreadShouldExit = in FLAGS_ANONYMOUS_ENUM()