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

  /src/external/gpl3/gdb/dist/gdbsupport/
thread-pool.h 126 class thread_pool class in namespace:gdb
130 static thread_pool *g_thread_pool;
132 ~thread_pool ();
133 DISABLE_COPY_AND_ASSIGN (thread_pool);
181 thread_pool () = default;
thread-pool.cc 141 thread_pool *thread_pool::g_thread_pool = new thread_pool ();
143 thread_pool::~thread_pool ()
152 thread_pool::set_thread_count (size_t num_threads)
168 std::thread thread (&thread_pool::thread_function, this);
198 thread_pool::do_post_task (std::packaged_task<void ()> &&func)
219 thread_pool::thread_function ()
  /src/external/gpl3/gdb.old/dist/gdbsupport/
thread-pool.h 126 class thread_pool class in namespace:gdb
130 static thread_pool *g_thread_pool;
132 ~thread_pool ();
133 DISABLE_COPY_AND_ASSIGN (thread_pool);
181 thread_pool () = default;
thread-pool.cc 141 thread_pool *thread_pool::g_thread_pool = new thread_pool ();
143 thread_pool::~thread_pool ()
152 thread_pool::set_thread_count (size_t num_threads)
168 std::thread thread (&thread_pool::thread_function, this);
198 thread_pool::do_post_task (std::packaged_task<void ()> &&func)
219 thread_pool::thread_function ()
  /src/external/gpl3/gcc/dist/libgomp/
team.c 57 struct gomp_thread_pool *thread_pool; member in struct:gomp_thread_start_data
89 thr->thread_pool = data->thread_pool;
105 pool = thr->thread_pool;
144 thr->thread_pool = NULL;
241 gomp_free_pool_helper (void *thread_pool)
245 = (struct gomp_thread_pool *) thread_pool;
248 thr->thread_pool = NULL;
268 struct gomp_thread_pool *pool = thr->thread_pool;
303 thr->thread_pool = NULL
    [all...]
libgomp.h 881 struct gomp_thread_pool *thread_pool; member in struct:gomp_thread
  /src/external/gpl3/gcc.old/dist/libgomp/
team.c 57 struct gomp_thread_pool *thread_pool; member in struct:gomp_thread_start_data
89 thr->thread_pool = data->thread_pool;
105 pool = thr->thread_pool;
144 thr->thread_pool = NULL;
241 gomp_free_pool_helper (void *thread_pool)
245 = (struct gomp_thread_pool *) thread_pool;
248 thr->thread_pool = NULL;
269 struct gomp_thread_pool *pool = thr->thread_pool;
304 thr->thread_pool = NULL
    [all...]
libgomp.h 772 struct gomp_thread_pool *thread_pool; member in struct:gomp_thread

Completed in 33 milliseconds