Home
last modified time | relevance | path

Searched refs:stackp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/safestack/
H A Dsafestack.cpp175 thread_stack_ll **stackp = &temp_stacks; in thread_cleanup_handler() local
176 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()