Home
last modified time | relevance | path

Searched refs:gomp_thread_to_pthread_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h1341 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t() function
1363 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t() function
H A Dteam.c910 = gomp_thread_to_pthread_t (pool->threads[i]); in gomp_team_start()
1061 thrs[i] = gomp_thread_to_pthread_t (nthr); in gomp_pause_host()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h1453 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t() function
1475 gomp_thread_to_pthread_t (struct gomp_thread *thr) in gomp_thread_to_pthread_t() function
H A Dteam.c929 = gomp_thread_to_pthread_t (pool->threads[i]); in gomp_team_start()
1080 thrs[i] = gomp_thread_to_pthread_t (nthr); in gomp_pause_host()
H A DChangeLog6898 (gomp_thread_self, gomp_thread_to_pthread_t): New inline functions.