Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp179 thread_stack_ll *thread_stacks = nullptr; variable
192 thread_stack_ll *temp_stacks = thread_stacks; in thread_cleanup_handler()
193 thread_stacks = nullptr; in thread_cleanup_handler()
222 *stackp = thread_stacks; in thread_cleanup_handler()
224 thread_stacks = cur_stack; in thread_cleanup_handler()