Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Denv.c83 unsigned long long gomp_spin_count_var, gomp_throttled_spin_count_var; variable
1384 gomp_throttled_spin_count_var = 1000LL; in initialize_env()
1386 gomp_throttled_spin_count_var = 100LL; in initialize_env()
1387 if (gomp_throttled_spin_count_var > gomp_spin_count_var) in initialize_env()
1388 gomp_throttled_spin_count_var = gomp_spin_count_var; in initialize_env()
H A Dlibgomp.h441 extern unsigned long long gomp_spin_count_var, gomp_throttled_spin_count_var;
/netbsd/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dwait.h55 count = gomp_throttled_spin_count_var; in do_spin()
/netbsd/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dwait.h55 count = gomp_throttled_spin_count_var; in do_spin()
/netbsd/external/gpl3/gcc.old/dist/libgomp/config/rtems/
H A Dbar.c61 count = gomp_throttled_spin_count_var; in do_spin()
/netbsd/external/gpl3/gcc/dist/libgomp/config/rtems/
H A Dbar.c61 count = gomp_throttled_spin_count_var; in do_spin()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Denv.c84 unsigned long long gomp_spin_count_var, gomp_throttled_spin_count_var; variable
1567 gomp_throttled_spin_count_var = 1000LL; in initialize_env()
1569 gomp_throttled_spin_count_var = 100LL; in initialize_env()
1570 if (gomp_throttled_spin_count_var > gomp_spin_count_var) in initialize_env()
1571 gomp_throttled_spin_count_var = gomp_spin_count_var; in initialize_env()
H A Dlibgomp.h491 extern unsigned long long gomp_spin_count_var, gomp_throttled_spin_count_var;
H A DChangeLog15248 (gomp_throttled_spin_count_var, gomp_available_cpus,
15413 * env.c (gomp_spin_count_var, gomp_throttled_spin_count_var,