Home
last modified time | relevance | path

Searched defs:dispatch_queue_t (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h95 void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) override { in SetQueueLibdispatchQueueAddress()
228 void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) override { in SetQueueLibdispatchQueueAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp79 addr_t dispatch_queue_t, in SetQueueInfo()
202 lldb::addr_t dispatch_queue_t) { in SetQueueLibdispatchQueueAddress()
H A DProcessGDBRemote.cpp1712 LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t, in SetThreadStopInfo()
2075 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
2234 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp55 typedef void *dispatch_queue_t; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp127 typedef void* dispatch_queue_t; typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h384 virtual void SetQueueLibdispatchQueueAddress(lldb::addr_t dispatch_queue_t) {} in SetQueueLibdispatchQueueAddress()