thread_gc_id      489 gc/aix_irix_threads.c     GC_thread thread_gc_id;
thread_gc_id      492 gc/aix_irix_threads.c     thread_gc_id = GC_lookup_thread(thread);
thread_gc_id      496 gc/aix_irix_threads.c     GC_ASSERT(!(thread_gc_id->flags & DETACHED));
thread_gc_id      501 gc/aix_irix_threads.c     GC_ASSERT(thread_gc_id->flags & FINISHED);
thread_gc_id      504 gc/aix_irix_threads.c     GC_delete_gc_thread(thread, thread_gc_id);
thread_gc_id     1067 gc/pthread_support.c     GC_thread thread_gc_id;
thread_gc_id     1070 gc/pthread_support.c     thread_gc_id = GC_lookup_thread(thread);
thread_gc_id     1089 gc/pthread_support.c         GC_delete_gc_thread(thread, thread_gc_id);
thread_gc_id     1099 gc/pthread_support.c     GC_thread thread_gc_id;
thread_gc_id     1102 gc/pthread_support.c     thread_gc_id = GC_lookup_thread(thread);
thread_gc_id     1107 gc/pthread_support.c       thread_gc_id -> flags |= DETACHED;
thread_gc_id     1109 gc/pthread_support.c       if (thread_gc_id -> flags & FINISHED) {
thread_gc_id     1110 gc/pthread_support.c         GC_delete_gc_thread(thread, thread_gc_id);
thread_gc_id      729 gc/win32_threads.c     GC_thread thread_gc_id;
thread_gc_id      732 gc/win32_threads.c     thread_gc_id = GC_lookup_thread(thread);
thread_gc_id      737 gc/win32_threads.c       thread_gc_id -> flags |= DETACHED;
thread_gc_id      739 gc/win32_threads.c       if (thread_gc_id -> flags & FINISHED) {
thread_gc_id      740 gc/win32_threads.c         GC_delete_gc_thread(thread_gc_id);