stop_info          90 gc/darwin_stop_world.c 			     p->stop_info.mach_thread,
stop_info          30 gc/include/private/pthread_support.h     struct thread_stop_info stop_info;
stop_info         151 gc/pthread_stop_world.c     if (me -> stop_info.last_stop_count == my_stop_count) {
stop_info         160 gc/pthread_stop_world.c 	me -> stop_info.stack_ptr = (ptr_t)GC_save_regs_in_stack();
stop_info         162 gc/pthread_stop_world.c 	me -> stop_info.stack_ptr = (ptr_t)(&dummy);
stop_info         172 gc/pthread_stop_world.c     me -> stop_info.last_stop_count = my_stop_count;
stop_info         179 gc/pthread_stop_world.c 	    me->stop_info.signal = 0;
stop_info         181 gc/pthread_stop_world.c     } while (me->stop_info.signal != SIG_THR_RESTART);
stop_info         207 gc/pthread_stop_world.c     me->stop_info.signal = SIG_THR_RESTART;
stop_info         255 gc/pthread_stop_world.c 	    lo = p -> stop_info.stack_ptr;
stop_info         318 gc/pthread_stop_world.c             if (p -> stop_info.last_stop_count == GC_stop_count) continue;
stop_info         858 gc/pthread_support.c          t -> stop_info.mach_thread = mach_thread_self();
stop_info         860 gc/pthread_support.c          t -> stop_info.stack_ptr = (ptr_t)(&dummy);
stop_info         984 gc/pthread_support.c 	me -> stop_info.stack_ptr = (ptr_t)GC_save_regs_in_stack();
stop_info         987 gc/pthread_support.c 	me -> stop_info.stack_ptr = (ptr_t)GC_approx_sp();
stop_info         997 gc/pthread_support.c 	me -> stop_info.stack_ptr += SP_SLOP;
stop_info         999 gc/pthread_support.c 	me -> stop_info.stack_ptr -= SP_SLOP;
stop_info        1140 gc/pthread_support.c     me -> stop_info.mach_thread = mach_thread_self();
stop_info        1142 gc/pthread_support.c     me -> stop_info.stack_ptr = 0;
stop_info        1153 gc/pthread_support.c         me -> stop_info.stack_ptr = me -> stack_end - 0x10;
stop_info        1159 gc/pthread_support.c       me -> stop_info.stack_ptr = me -> stack_end + 0x10;