new_thread        557 gc/aix_irix_threads.c GC_pthread_create(pthread_t *new_thread,
new_thread        585 gc/aix_irix_threads.c     result = pthread_create(new_thread, attr, GC_start_routine, si);
new_thread         20 gc/include/gc_pthread_redirects.h                     thread_t *new_thread);
new_thread         34 gc/include/gc_pthread_redirects.h   extern int GC_pthread_create(pthread_t *new_thread,
new_thread         52 gc/include/gc_pthread_redirects.h   int GC_pthread_create(pthread_t *new_thread,
new_thread       1196 gc/pthread_support.c WRAP_FUNC(pthread_create)(pthread_t *new_thread,
new_thread       1257 gc/pthread_support.c     result = REAL_FUNC(pthread_create)(new_thread, attr, GC_start_routine, si);
new_thread       1260 gc/pthread_support.c         GC_printf1("Started thread 0x%X\n", *new_thread);
new_thread         69 gc/solaris_pthreads.c GC_pthread_create(pthread_t *new_thread,
new_thread        159 gc/solaris_pthreads.c         if (new_thread != 0) *new_thread = my_new_thread;
new_thread        910 gc/solaris_threads.c               thread_t *new_thread)
new_thread        942 gc/solaris_threads.c         if (new_thread != 0) *new_thread = my_new_thread;
new_thread        620 gc/win32_threads.c GC_pthread_create(pthread_t *new_thread,
new_thread        646 gc/win32_threads.c     result = pthread_create(new_thread, attr, GC_start_routine, si);