HomeSort by: relevance | last modified time | path
    Searched refs:thread_pool (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
pool.h 40 return thr->thread_pool;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
pool.h 40 return thr->thread_pool;
team.c 76 nvptx_thrs[0].thread_pool = pool;
85 gomp_thread_start (nvptx_thrs[0].thread_pool);
98 thr->thread_pool = pool;
132 pool = thr->thread_pool;
  /src/external/gpl3/gcc/dist/libgomp/config/accel/
pool.h 40 return thr->thread_pool;
  /src/external/gpl3/gdb/dist/gdbsupport/
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 ()
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;
parallel-for.h 52 size_t n_worker_threads = thread_pool::g_thread_pool->thread_count ();
111 results.push_back (gdb::thread_pool::g_thread_pool->post_task ([=] ()
task-group.cc 65 gdb::thread_pool::g_thread_pool->post_task ([=] ()
  /src/external/gpl3/gdb.old/dist/gdbsupport/
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 ()
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;
parallel-for.h 52 size_t n_worker_threads = thread_pool::g_thread_pool->thread_count ();
111 results.push_back (gdb::thread_pool::g_thread_pool->post_task ([=] ()
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
pool.h 39 struct gomp_thread_pool *pool = thr->thread_pool;
48 thr->thread_pool = pool;
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
pool.h 39 struct gomp_thread_pool *pool = thr->thread_pool;
48 thr->thread_pool = pool;
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
pool.h 65 thr->thread_pool = gomp_malloc_cleared (sizeof (*thr->thread_pool));
76 struct gomp_thread_pool *pool = thr->thread_pool;
81 thr->thread_pool = pool;
92 if (__builtin_expect (thr->thread_pool == NULL, 0))
103 thr->thread_pool = pool;
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
pool.h 65 thr->thread_pool = gomp_malloc_cleared (sizeof (*thr->thread_pool));
76 struct gomp_thread_pool *pool = thr->thread_pool;
81 thr->thread_pool = pool;
92 if (__builtin_expect (thr->thread_pool == NULL, 0))
103 thr->thread_pool = pool;
  /src/external/gpl3/gdb/dist/gdb/unittests/
parallel-for-selftests.c 40 : n_threads (gdb::thread_pool::g_thread_pool->thread_count ())
46 gdb::thread_pool::g_thread_pool->set_thread_count (n_threads);
102 gdb::thread_pool::g_thread_pool->set_thread_count (n_threads);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
parallel-for-selftests.c 40 : n_threads (gdb::thread_pool::g_thread_pool->thread_count ())
46 gdb::thread_pool::g_thread_pool->set_thread_count (n_threads);
102 gdb::thread_pool::g_thread_pool->set_thread_count (n_threads);
  /src/external/cddl/osnet/lib/libzfs/
thread_pool_impl.h 36 #include <thread_pool.h>
44 * See <thread_pool.h> for interface declarations.
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 89 thrs->thread_pool = pool;
97 gomp_thread_start (gcn_thrs ()[0].thread_pool);
118 thr->thread_pool = pool;
163 pool = thr->thread_pool;
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
team.c 102 nvptx_thrs[0].thread_pool = pool;
111 gomp_thread_start (nvptx_thrs[0].thread_pool);
124 thr->thread_pool = pool;
158 pool = thr->thread_pool;
  /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...]
parallel.c 89 /* The threads_busy counter lives in thread_pool, if there
90 isn't a thread_pool yet, there must be just one thread
94 pool = thr->thread_pool;
152 thr->thread_pool->threads_busy = 1;
156 __sync_fetch_and_add (&thr->thread_pool->threads_busy,
160 thr->thread_pool->threads_busy -= nthreads - 1;
  /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...]
parallel.c 89 /* The threads_busy counter lives in thread_pool, if there
90 isn't a thread_pool yet, there must be just one thread
94 pool = thr->thread_pool;
152 thr->thread_pool->threads_busy = 1;
156 __sync_fetch_and_add (&thr->thread_pool->threads_busy,
160 thr->thread_pool->threads_busy -= nthreads - 1;
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 108 thrs->thread_pool = pool;
116 gomp_thread_start (gcn_thrs ()[0].thread_pool);
137 thr->thread_pool = pool;
182 pool = thr->thread_pool;

Completed in 61 milliseconds

1 2