stack_end         133 gc/darwin_stop_world.c 	hi = p->stack_end;
stack_end          43 gc/include/private/pthread_support.h     ptr_t stack_end;		/* Cold end of the stack.		*/
stack_end         663 gc/os_dep.c    	return th.stack_end;
stack_end         259 gc/pthread_stop_world.c 	    hi = p -> stack_end;
stack_end         682 gc/pthread_support.c 	if (0 != p -> stack_end) {
stack_end         684 gc/pthread_support.c             if (p -> stack_end >= lo && p -> stack_end < hi) return 1;
stack_end         686 gc/pthread_support.c             if (p -> stack_end > lo && p -> stack_end <= hi) return 1;
stack_end        1150 gc/pthread_support.c       me -> stack_end = (ptr_t)(((word)(&dummy) + (GC_page_size - 1))
stack_end        1153 gc/pthread_support.c         me -> stop_info.stack_ptr = me -> stack_end - 0x10;
stack_end        1158 gc/pthread_support.c       me -> stack_end = (ptr_t)((word)(&dummy) & ~(GC_page_size - 1));
stack_end        1159 gc/pthread_support.c       me -> stop_info.stack_ptr = me -> stack_end + 0x10;