Home
last modified time | relevance | path

Searched refs:gomp_managed_threads (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dteam.c277 __sync_fetch_and_add (&gomp_managed_threads, in gomp_free_thread()
281 gomp_managed_threads -= pool->threads_used - 1L; in gomp_free_thread()
725 __sync_fetch_and_add (&gomp_managed_threads, diff); in gomp_team_start()
728 gomp_managed_threads += diff; in gomp_team_start()
874 __sync_fetch_and_add (&gomp_managed_threads, diff); in gomp_team_start()
877 gomp_managed_threads += diff; in gomp_team_start()
960 __sync_fetch_and_add (&gomp_managed_threads, 1L - team->nthreads); in gomp_team_end()
963 gomp_managed_threads -= team->nthreads - 1L; in gomp_team_end()
1072 __sync_fetch_and_add (&gomp_managed_threads, in gomp_pause_host()
1076 gomp_managed_threads -= pool->threads_used - 1L; in gomp_pause_host()
H A Dlibgomp.h442 extern unsigned long gomp_available_cpus, gomp_managed_threads;
H A Denv.c82 unsigned long gomp_available_cpus = 1, gomp_managed_threads = 1; variable
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dteam.c290 __sync_fetch_and_add (&gomp_managed_threads, in gomp_free_thread()
294 gomp_managed_threads -= pool->threads_used - 1L; in gomp_free_thread()
741 __sync_fetch_and_add (&gomp_managed_threads, diff); in gomp_team_start()
744 gomp_managed_threads += diff; in gomp_team_start()
893 __sync_fetch_and_add (&gomp_managed_threads, diff); in gomp_team_start()
896 gomp_managed_threads += diff; in gomp_team_start()
979 __sync_fetch_and_add (&gomp_managed_threads, 1L - team->nthreads); in gomp_team_end()
982 gomp_managed_threads -= team->nthreads - 1L; in gomp_team_end()
1091 __sync_fetch_and_add (&gomp_managed_threads, in gomp_pause_host()
1095 gomp_managed_threads -= pool->threads_used - 1L; in gomp_pause_host()
H A Dlibgomp.h492 extern unsigned long gomp_available_cpus, gomp_managed_threads;
H A Denv.c83 unsigned long gomp_available_cpus = 1, gomp_managed_threads = 1; variable
H A DChangeLog14080 * team.c (gomp_free_thread): Decrease gomp_managed_threads
15337 gomp_managed_threads): New extern decls.
15389 If number of threads changed, adjust atomically gomp_managed_threads.
15401 changed, adjust atomically gomp_managed_threads. Use gomp_end_task.
15502 gomp_available_cpus, gomp_managed_threads, gomp_max_active_levels_var,
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dwait.h52 if (__builtin_expect (__atomic_load_n (&gomp_managed_threads, in do_spin()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dwait.h52 if (__builtin_expect (__atomic_load_n (&gomp_managed_threads, in do_spin()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
H A Dbar.c60 if (__builtin_expect (gomp_managed_threads > gomp_available_cpus, 0)) in do_spin()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/rtems/
H A Dbar.c60 if (__builtin_expect (gomp_managed_threads > gomp_available_cpus, 0)) in do_spin()