Searched defs:dispatch_queue_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_mac.cc97 typedef void* dispatch_queue_t; typedef in namespace:__asan
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp84 ThreadGDBRemote::SetQueueInfo (std::string &&queue_name, QueueKind queue_kind, uint64_t queue_serial, addr_t dispatch_queue_t, LazyBool associated_with_libdispatch_queue) argument
224 ThreadGDBRemote::SetQueueLibdispatchQueueAddress (lldb::addr_t dispatch_queue_t) argument
H A DProcessGDBRemote.cpp1966 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, dispatch_queue_t, associated_with_dispatch_queue); local
2169 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; local
1914 SetThreadStopInfo(lldb::tid_t tid, ExpeditedRegisterMap &expedited_register_map, uint8_t signo, const std::string &thread_name, const std::string &reason, const std::string &description, uint32_t exc_type, const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, bool queue_vars_valid, LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t, std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) argument
2381 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h507 SetQueueLibdispatchQueueAddress (lldb::addr_t dispatch_queue_t) argument

Completed in 62 milliseconds