Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.h90 GetPendingItemsReturnInfo GetPendingItems(Thread &thread, lldb::addr_t queue,
DAppleGetPendingItemsHandler.cpp212 AppleGetPendingItemsHandler::GetPendingItems(Thread &thread, addr_t queue, in GetPendingItems() function in AppleGetPendingItemsHandler
DSystemRuntimeMacOSX.cpp797 pending_items_pointer = m_get_pending_items_handler.GetPendingItems( in GetPendingItemRefsForQueue()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DQueue.h90 const std::vector<lldb::QueueItemSP> &GetPendingItems();
/openbsd/src/gnu/llvm/lldb/source/Target/
DQueue.cpp77 const std::vector<lldb::QueueItemSP> &Queue::GetPendingItems() { in GetPendingItems() function in Queue
/openbsd/src/gnu/llvm/lldb/source/API/
DSBQueue.cpp115 queue_sp->GetPendingItems()); in FetchItems()