Home
last modified time | relevance | path

Searched refs:gomp_tls_key (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libgomp/
Dteam.c51 pthread_key_t gomp_tls_key; variable
82 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()
Dlibgomp.h230 extern pthread_key_t gomp_tls_key;
233 return pthread_getspecific (gomp_tls_key); in gomp_thread()