Home
last modified time | relevance | path

Searched refs:dispatch_queue_offsets (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp59 } dispatch_queue_offsets;
62 CHECK_EQ(dispatch_queue_offsets.dqo_width_size, 2); in IsQueueSerial()
63 uptr width = *(uint16_t *)(((uptr)q) + dispatch_queue_offsets.dqo_width); in IsQueueSerial()
69 CHECK_EQ(dispatch_queue_offsets.dqo_target_queue_size, 8); in GetTargetQueueFromQueue()
71 dispatch_queue_t *)(((uptr)q) + dispatch_queue_offsets.dqo_target_queue); in GetTargetQueueFromQueue()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp5497 const DispatchQueueOffsets *dispatch_queue_offsets = in GetJSONThreadsInfo() local
5499 if (dispatch_queue_offsets) { in GetJSONThreadsInfo()
5504 dispatch_queue_offsets->GetThreadQueueInfo( in GetJSONThreadsInfo()