Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libgomp/
HDteam.c51 pthread_key_t gomp_tls_key; variable
82 pthread_setspecific (gomp_tls_key, thr); in gomp_thread_start()
348 pthread_key_create (&gomp_tls_key, NULL); in initialize_team()
349 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data); in initialize_team()
HDlibgomp.h230 extern pthread_key_t gomp_tls_key;
233 return pthread_getspecific (gomp_tls_key); in gomp_thread()