Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dfortran.c625 gomp_thread_self (), &thr->ts, thr->place); in omp_display_affinity_()
636 gomp_thread_self (), &thr->ts, thr->place); in omp_display_affinity_()
660 gomp_thread_self (), &thr->ts, thr->place); in omp_capture_affinity_()
H A Dlibgomp.h1335 gomp_thread_self (void) in gomp_thread_self() function
1357 gomp_thread_self (void) in gomp_thread_self() function
1366 return gomp_thread_self (); in gomp_thread_to_pthread_t()
H A Dteam.c335 gomp_display_affinity_thread (gomp_thread_self (), &thr->ts, in gomp_team_start()
887 gomp_display_affinity_thread (gomp_thread_self (), &thr->ts, in gomp_team_start()
898 gomp_thread_self (), in gomp_team_start()
H A Daffinity-fmt.c444 gomp_thread_self (), &thr->ts, thr->place); in omp_capture_affinity()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dfortran.c700 gomp_thread_self (), &thr->ts, thr->place); in omp_display_affinity_()
711 gomp_thread_self (), &thr->ts, thr->place); in omp_display_affinity_()
735 gomp_thread_self (), &thr->ts, thr->place); in omp_capture_affinity_()
H A Dlibgomp.h1447 gomp_thread_self (void) in gomp_thread_self() function
1469 gomp_thread_self (void) in gomp_thread_self() function
1478 return gomp_thread_self (); in gomp_thread_to_pthread_t()
H A Dteam.c348 gomp_display_affinity_thread (gomp_thread_self (), &thr->ts, in gomp_team_start()
906 gomp_display_affinity_thread (gomp_thread_self (), &thr->ts, in gomp_team_start()
917 gomp_thread_self (), in gomp_team_start()
H A Daffinity-fmt.c447 gomp_thread_self (), &thr->ts, thr->place); in omp_capture_affinity()
H A DChangeLog6898 (gomp_thread_self, gomp_thread_to_pthread_t): New inline functions.