Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.h148 uint16_t dqo_width; member
171 dqo_width = UINT16_MAX; in LibdispatchOffsets()
H A DSystemRuntimeMacOSX.cpp181 dispatch_queue_addr + m_libdispatch_offsets.dqo_width, in GetQueueKind()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h309 uint16_t dqo_width; member
336 dqo_width = UINT16_MAX; in Clear()
H A DRNBRemote.cpp2621 pid, dispatch_queue_t + dqo_width, dqo_width_size, 0); in GetThreadQueueInfo()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp49 const uint16_t dqo_width; member
63 uptr width = *(uint16_t *)(((uptr)q) + dispatch_queue_offsets.dqo_width); in IsQueueSerial()