Searched refs:cur_stack (Results 1 – 2 of 2) sorted by relevance
197 thread_stack_ll *cur_stack = in thread_cleanup_handler() local199 cur_stack->stack_base = (char *)unsafe_stack_start - unsafe_stack_guard; in thread_cleanup_handler()200 cur_stack->size = unsafe_stack_size + unsafe_stack_guard; in thread_cleanup_handler()201 cur_stack->pid = pid; in thread_cleanup_handler()202 cur_stack->tid = tid; in thread_cleanup_handler()208 cur_stack->next = temp_stacks; in thread_cleanup_handler()209 thread_stacks = cur_stack; in thread_cleanup_handler()
170 const uptr cur_stack = (uptr)&local; in GetStackBounds() local174 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_) in GetStackBounds()