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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp154 thread_stack_ll *thread_stacks = nullptr; member in namespace:__anon1001
167 thread_stack_ll *temp_stacks = thread_stacks;
168 thread_stacks = nullptr;
195 // Merge thread_stacks with the current thread's stack and any remaining
197 *stackp = thread_stacks;
199 thread_stacks = cur_stack;

Completed in 46 milliseconds