Home
last modified time | relevance | path

Searched refs:dqo_label (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.h142 uint16_t dqo_label; member
170 dqo_label = UINT16_MAX; in LibdispatchOffsets()
189 bool LabelIsValid() { return dqo_label != UINT16_MAX; } in LabelIsValid()
DSystemRuntimeMacOSX.cpp135 dispatch_queue_addr + m_libdispatch_offsets.dqo_label; in GetQueueNameFromThreadQAddress()
146 dispatch_queue_addr + m_libdispatch_offsets.dqo_label; in GetQueueNameFromThreadQAddress()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBRemote.h303 uint16_t dqo_label; member
330 dqo_label = UINT16_MAX; in Clear()
DRNBRemote.cpp2628 nub_addr_t pointer_to_label_address = dispatch_queue_t + dqo_label; in GetThreadQueueInfo()
2637 pid, dispatch_queue_t + dqo_label, dqo_label_size); in GetThreadQueueInfo()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_libdispatch.cpp43 const uint16_t dqo_label; member