Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp154 thread_stack_ll *thread_stacks = nullptr; variable
167 thread_stack_ll *temp_stacks = thread_stacks; in thread_cleanup_handler()
168 thread_stacks = nullptr; in thread_cleanup_handler()
197 *stackp = thread_stacks; in thread_cleanup_handler()
199 thread_stacks = cur_stack; in thread_cleanup_handler()