pthread_getspecific 359 builtin/index-pack.c return pthread_getspecific(key); pthread_getspecific 113 compat/nedmalloc/nedmalloc.c #define TLSGET(k) pthread_getspecific(k) pthread_getspecific 611 run-command.c struct async *async = pthread_getspecific(async_key); pthread_getspecific 624 run-command.c void *ret = pthread_getspecific(async_die_counter);