start_routine     464 gc/aix_irix_threads.c     void *(*start_routine)(void *);
start_routine     537 gc/aix_irix_threads.c     start = si -> start_routine;
start_routine     559 gc/aix_irix_threads.c                   void *(*start_routine)(void *), void *arg)
start_routine     579 gc/aix_irix_threads.c     si -> start_routine = start_routine;
start_routine      19 gc/include/gc_pthread_redirects.h                     void *(*start_routine)(void *), void *arg, long flags,
start_routine      54 gc/include/gc_pthread_redirects.h 		        void *(*start_routine)(void *), void *arg);
start_routine    1031 gc/pthread_support.c     void *(*start_routine)(void *);
start_routine    1170 gc/pthread_support.c     start = si -> start_routine;
start_routine    1198 gc/pthread_support.c                   void *(*start_routine)(void *), void *arg)
start_routine    1218 gc/pthread_support.c     si -> start_routine = start_routine;
start_routine     909 gc/solaris_threads.c               void *(*start_routine)(void *), void *arg, long flags,
start_routine     934 gc/solaris_threads.c     result = thr_create(stack, stack_size, start_routine,
start_routine     581 gc/win32_threads.c     void *(*start_routine)(void *);
start_routine     622 gc/win32_threads.c                   void *(*start_routine)(void *), void *arg) {
start_routine     634 gc/win32_threads.c     si -> start_routine = start_routine;
start_routine     681 gc/win32_threads.c     start = si -> start_routine;