pthread_setspecific
#define HEIMDAL_setspecific(k,s,r) do { r = pthread_setspecific(k,s); } while(0)
|| &pthread_setspecific == 0
err = pthread_setspecific(key, t);
if (pthread_setspecific(*key, val) != 0)
int pthread_setspecific(pthread_key_t, const void *);
STUB_FUNC2(pthread_setspecific, PJT_SETSPECIFIC, int, pthread_key_t, void *)
pthread_setspecific(locale_info_key, (void*)42);
pthread_setspecific(locale_info_key, 0);
pthread_setspecific(locale_info_key, l);
if ((ret = pthread_setspecific(key, mt)) != 0) {
pthread_setspecific(sc->xidkey, &sc->xid) != 0))
if (pthread_setspecific(key, val) != 0)
__weak_reference(_thr_setspecific, pthread_setspecific);
if ((pthread_setspecific(tacplus_key, h)) != 0) {
if (pthread_setspecific(xidkey, &xid) != 0) {