GC_thread_key     174 gc/pthread_support.c GC_key_t GC_thread_key;
GC_thread_key     223 gc/pthread_support.c 	if (0 != GC_key_create(&GC_thread_key, 0)) {
GC_thread_key     228 gc/pthread_support.c     if (0 != GC_setspecific(GC_thread_key, p)) {
GC_thread_key     256 gc/pthread_support.c       GC_ASSERT(GC_getspecific(GC_thread_key) == (void *)p);
GC_thread_key     276 gc/pthread_support.c 	GC_key_t k = GC_thread_key;
GC_thread_key     286 gc/pthread_support.c 		k = GC_thread_key;
GC_thread_key     289 gc/pthread_support.c 	tsd = GC_getspecific(GC_thread_key);
GC_thread_key     321 gc/pthread_support.c 	ptr_t * my_fl = ((GC_thread)GC_getspecific(GC_thread_key))
GC_thread_key     361 gc/pthread_support.c 	ptr_t * my_fl = ((GC_thread)GC_getspecific(GC_thread_key))
GC_thread_key     521 gc/pthread_support.c       GC_push_all((ptr_t)(&GC_thread_key),
GC_thread_key     522 gc/pthread_support.c 	  (ptr_t)(&GC_thread_key)+sizeof(&GC_thread_key));
GC_thread_key    1057 gc/pthread_support.c       GC_remove_specific(GC_thread_key);