Searched refs:gomp_tls_key (Results 1 – 2 of 2) sorted by relevance
51 pthread_key_t gomp_tls_key; variable82 pthread_setspecific (gomp_tls_key, thr); in gomp_thread_start()331 pthread_key_create (&gomp_tls_key, NULL); in initialize_team()332 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data); in initialize_team()
230 extern pthread_key_t gomp_tls_key;233 return pthread_getspecific (gomp_tls_key); in gomp_thread()