Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A Dsafestack.cc162 static thread_stack_ll *thread_stacks = nullptr; variable
175 thread_stack_ll *temp_stacks = thread_stacks; in thread_cleanup_handler()
176 thread_stacks = nullptr; in thread_cleanup_handler()
207 *stackp = thread_stacks; in thread_cleanup_handler()
209 thread_stacks = cur_stack; in thread_cleanup_handler()