Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dteam.c57 struct gomp_thread_pool *thread_pool; member
89 thr->thread_pool = data->thread_pool; in gomp_thread_start()
105 pool = thr->thread_pool; in gomp_thread_start()
144 thr->thread_pool = NULL; in gomp_thread_start()
241 gomp_free_pool_helper (void *thread_pool) in gomp_free_pool_helper() argument
245 = (struct gomp_thread_pool *) thread_pool; in gomp_free_pool_helper()
248 thr->thread_pool = NULL; in gomp_free_pool_helper()
269 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread()
304 thr->thread_pool = NULL; in gomp_free_thread()
341 pool = thr->thread_pool; in gomp_team_start()
[all …]
Dparallel.c94 pool = thr->thread_pool; in gomp_resolve_num_threads()
152 thr->thread_pool->threads_busy = 1; in GOMP_parallel_end()
156 __sync_fetch_and_add (&thr->thread_pool->threads_busy, in GOMP_parallel_end()
160 thr->thread_pool->threads_busy -= nthreads - 1; in GOMP_parallel_end()
Dlibgomp.h772 struct gomp_thread_pool *thread_pool; member
DChangeLog13630 (gomp_thread_start): Clear thr->thread_pool and
13635 (gomp_free_pool_helper): Clear thr->thread_pool and thr->task
13640 thr->thread_pool->threads_busy to nthreads immediately after creating
13863 and icv->thread_limit_var and if thr->thread_pool, set threads_busy
13865 gomp_remaining_threads_count, but instead thr->thread_pool->threads_busy.
15329 (struct gomp_thread): Add thread_pool and task fields.
15362 * team.c (struct gomp_thread_start_data): Add thread_pool and task
15385 Initialize thread_pool field for new threads. Clear single_count.
/netbsd/src/external/gpl3/gcc/dist/libgomp/config/posix/
Dpool.h39 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_get_thread_pool()
48 thr->thread_pool = pool; in gomp_get_thread_pool()
/netbsd/src/external/cddl/osnet/lib/libzfs/
DMakefile29 SRCS+= thread_pool.c
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmaint.c865 gdb::thread_pool::g_thread_pool->set_thread_count (n_threads); in update_thread_pool_size()
886 gdb::thread_pool::g_thread_pool->thread_count ()); in maintenance_show_worker_threads()
DChangeLog-2019949 (thread_pool::set_thread_count): Don't call pthread_setname_np.
950 (thread_pool::thread_function): Call set_thread_name.
1584 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git2954 The thread_pool typed tasks feature could also be removed, but I
33409 = gdb::thread_pool::g_thread_pool->post_task ([this, per_bfd, ctx] ()
33696 #25 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x174570d)
33697 …l<void, void (gdb::thread_pool::*)(), gdb::thread_pool*>(std::__invoke_memfun_deref, void (gdb::th…
33698thread_pool::*)(), gdb::thread_pool*>::type std::__invoke<void (gdb::thread_pool::*)(), gdb::threa…
33699 …lval<1ul>)())) std::thread::_Invoker<std::tuple<void (gdb::thread_pool::*)(), gdb::thread_pool*> >…
33700 …#29 std::thread::_Invoker<std::tuple<void (gdb::thread_pool::*)(), gdb::thread_pool*> >::operator(…
33701 …d::_State_impl<std::thread::_Invoker<std::tuple<void (gdb::thread_pool::*)(), gdb::thread_pool*> >…
33787 #25 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x174568d)
33788 …l<void, void (gdb::thread_pool::*)(), gdb::thread_pool*>(std::__invoke_memfun_deref, void (gdb::th…
[all …]