Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.h92 GetPendingItemsReturnInfo GetPendingItems(Thread &thread, lldb::addr_t queue,
DAppleGetPendingItemsHandler.cpp211 AppleGetPendingItemsHandler::GetPendingItems(Thread &thread, addr_t queue, in GetPendingItems() function in AppleGetPendingItemsHandler
DSystemRuntimeMacOSX.cpp755 pending_items_pointer = m_get_pending_items_handler.GetPendingItems( in GetPendingItemRefsForQueue()
/external/llvm-project/lldb/include/lldb/Target/
DQueue.h90 const std::vector<lldb::QueueItemSP> &GetPendingItems();
/external/llvm-project/lldb/source/Target/
DQueue.cpp77 const std::vector<lldb::QueueItemSP> &Queue::GetPendingItems() { in GetPendingItems() function in Queue
/external/llvm-project/lldb/source/API/
DSBQueue.cpp121 queue_sp->GetPendingItems()); in FetchItems()