Searched refs:__morestack_segments (Results 1 – 5 of 5) sorted by relevance
223 __thread struct stack_segment *__morestack_segments variable555 pp = current != NULL ? ¤t->next : &__morestack_segments; in __generic_morestack()718 for (seg = __morestack_segments; seg != NULL; seg = seg->next) in __morestack_allocate_stack_space()995 context[MORESTACK_SEGMENTS] = (void *) __morestack_segments; in __splitstack_getcontext()1012 __morestack_segments = (struct stack_segment *) context[MORESTACK_SEGMENTS]; in __splitstack_setcontext()
36 extern __thread struct stack_segment *__morestack_segments;
117 err = pthread_setspecific (segment_list_key, (void *) &__morestack_segments); in stack_split_initialize_thread()
1918 __morestack_segments
2301 @defvar __morestack_segments