pthread_key_t 121 builtin/index-pack.c static pthread_key_t key; pthread_key_t 110 compat/nedmalloc/nedmalloc.c #define TLSVAR pthread_key_t pthread_key_t 84 compat/win32/pthread.h static inline int pthread_key_create(pthread_key_t *keyp, void (*destructor)(void *value)) pthread_key_t 89 compat/win32/pthread.h static inline int pthread_key_delete(pthread_key_t key) pthread_key_t 94 compat/win32/pthread.h static inline int pthread_setspecific(pthread_key_t key, const void *value) pthread_key_t 99 compat/win32/pthread.h static inline void *pthread_getspecific(pthread_key_t key) pthread_key_t 593 run-command.c static pthread_key_t async_key; pthread_key_t 594 run-command.c static pthread_key_t async_die_counter;