Home
last modified time | relevance | path

Searched refs:goacc_tls_key (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-int.h100 extern pthread_key_t goacc_tls_key;
104 return pthread_getspecific (goacc_tls_key); in goacc_thread()
H A Doacc-init.c59 pthread_key_t goacc_tls_key; variable
442 pthread_setspecific (goacc_tls_key, thr); in goacc_new_thread()
888 pthread_key_create (&goacc_tls_key, NULL); in ialias()
906 pthread_key_delete (goacc_tls_key); in goacc_runtime_deinitialize()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-int.h100 extern pthread_key_t goacc_tls_key;
104 return pthread_getspecific (goacc_tls_key); in goacc_thread()
H A Doacc-init.c59 pthread_key_t goacc_tls_key; variable
442 pthread_setspecific (goacc_tls_key, thr); in goacc_new_thread()
888 pthread_key_create (&goacc_tls_key, NULL); in ialias()
906 pthread_key_delete (goacc_tls_key); in goacc_runtime_deinitialize()