pthread_getspecific
#define HEIMDAL_getspecific(k) pthread_getspecific(k)
if (&pthread_getspecific == 0
t = pthread_getspecific(key);
t = pthread_getspecific(key);
return pthread_getspecific(*key);
void *pthread_getspecific(pthread_key_t);
STUB_FUNC1(pthread_getspecific, PJT_GETSPECIFIC, void *, pthread_key_t)
if (pthread_getspecific(locale_info_key) == (void*)42) {
pthread_getspecific(locale_info_key));
if (((mt = pthread_getspecific(key)) != NULL) ||
(mt = pthread_getspecific(key)) != NULL)) {
if (pthread_getspecific(key) != 0) {
*(uint32_t *)pthread_getspecific(sc->xidkey) :
return (pthread_getspecific(key));
__weak_reference(_thr_getspecific, pthread_getspecific);
if ((h = pthread_getspecific(tacplus_key)) == NULL) {
ctx->xid = *(uint32_t *)pthread_getspecific(xidkey);