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

/netbsd-current/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;
176 thread_stacks = nullptr;
205 // Merge thread_stacks with the current thread's stack and any remaining
207 *stackp = thread_stacks;
209 thread_stacks = cur_stack;

Completed in 118 milliseconds