pthread_getspecific
void *pthread_getspecific(pthread_key_t);
PROTO_NORMAL(pthread_getspecific);
ret = pthread_getspecific(tt->k);
DEF_STRONG(pthread_getspecific);
p = pthread_getspecific(key);
#define ub_thread_key_get(key) pthread_getspecific(key)
struct thr_check *thr = (struct thr_check*)pthread_getspecific(
thr = (struct thr_check*)pthread_getspecific(thr_debug_key);
struct thr_check *thr = (struct thr_check*)pthread_getspecific(
thr = (struct thr_check*)pthread_getspecific(thr_debug_key);
#define ub_thread_key_get(key) pthread_getspecific(key)
#define ub_thread_key_get(key) pthread_getspecific(key)