Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.h307 uint16_t dqo_width; member
334 dqo_width = UINT16_MAX; in Clear()
H A DRNBRemote.cpp2617 pid, dispatch_queue_t + dqo_width, dqo_width_size, 0); in GetThreadQueueInfo()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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()
/llvm-project-15.0.7/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()