HomeSort by: relevance | last modified time | path
    Searched defs:task_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
thread-pool.h 195 typedef std::packaged_task<void ()> task_t; typedef in class:gdb::thread_pool
201 std::queue<std::optional<task_t>> m_tasks;
  /src/external/gpl3/gdb/dist/gdbsupport/
thread-pool.h 195 typedef std::packaged_task<void ()> task_t; typedef in class:gdb::thread_pool
201 std::queue<std::optional<task_t>> m_tasks;

Completed in 17 milliseconds