Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommunication.i21eBroadcastBitReadThreadShouldExit = (1 << 3), ///< Sent by clients that need to cancel the read … enumerator
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommunication.h27 eBroadcastBitReadThreadShouldExit = in FLAGS_ANONYMOUS_ENUM()
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp56 SetEventName(eBroadcastBitReadThreadShouldExit, "read thread should exit"); in Communication()
243 BroadcastEvent(eBroadcastBitReadThreadShouldExit, nullptr); in StopReadThread()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h94 eBroadcastBitReadThreadShouldExit = in FLAGS_ANONYMOUS_ENUM()