Searched refs:stackp (Results 1 – 1 of 1) sorted by relevance
175 thread_stack_ll **stackp = &temp_stacks; in thread_cleanup_handler() local176 while (*stackp) { in thread_cleanup_handler()177 thread_stack_ll *stack = *stackp; in thread_cleanup_handler()181 *stackp = stack->next; in thread_cleanup_handler()184 stackp = &stack->next; in thread_cleanup_handler()197 *stackp = thread_stacks; in thread_cleanup_handler()