Searched refs:pthread_key (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/bomp/backends/
H A Dlinux.c41 static pthread_key_t pthread_key; variable
45 return pthread_getspecific(pthread_key);
50 pthread_setspecific(pthread_key, data);
75 int r = pthread_key_create(&pthread_key, NULL);

Completed in 31 milliseconds