tsd                71 gc/include/private/specific.h typedef tsd * PREFIXED(key_t);
tsd               278 gc/pthread_support.c 	void * tsd;
tsd               289 gc/pthread_support.c 	tsd = GC_getspecific(GC_thread_key);
tsd               292 gc/pthread_support.c 	  GC_ASSERT(tsd == (void *)GC_lookup_thread(pthread_self()));
tsd               295 gc/pthread_support.c 	my_fl = ((GC_thread)tsd) -> normal_freelists + index;
tsd                27 gc/specific.c      tsd * result = (tsd *)MALLOC_CLEAR(sizeof (tsd));