HomeSort by: relevance | last modified time | path
    Searched refs:task_group (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
task-group.h 32 class task_group class in namespace:gdb
36 explicit task_group (std::function<void ()> &&done);
37 DISABLE_COPY_AND_ASSIGN (task_group);
task-group.cc 26 class task_group::impl : public std::enable_shared_from_this<task_group::impl>
59 task_group::impl::start ()
73 task_group::task_group (std::function<void ()> &&done) function in class:gdb::task_group
79 task_group::add_task (std::function<void ()> &&task)
86 task_group::start ()
  /src/external/gpl3/gdb.old/dist/gdbsupport/
task-group.h 32 class task_group class in namespace:gdb
36 explicit task_group (std::function<void ()> &&done);
37 DISABLE_COPY_AND_ASSIGN (task_group);
task-group.cc 26 class task_group::impl : public std::enable_shared_from_this<task_group::impl>
59 task_group::impl::start ()
73 task_group::task_group (std::function<void ()> &&done) function in class:gdb::task_group
79 task_group::add_task (std::function<void ()> &&task)
86 task_group::start ()
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.c 656 gdb::task_group finalizers ([this, warn] ()
read.c 5043 gdb::task_group workers ([this] ()
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c 654 gdb::task_group finalizers ([=] ()
read.c 4953 gdb::task_group workers ([this] ()

Completed in 60 milliseconds