Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-nat.c369 std::queue<gdb::function_view<bool ()>> m_queue; member
473 gdb::function_view<bool ()> func = std::move (m_queue.front ()); in process_thread()
474 m_queue.pop (); in process_thread()
494 m_queue.emplace (std::move (func)); in do_synchronously()