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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A Dsafestack.cc152 struct thread_stack_ll { struct
153 struct thread_stack_ll *next;
162 static thread_stack_ll *thread_stacks = nullptr;
175 thread_stack_ll *temp_stacks = thread_stacks;
183 thread_stack_ll **stackp = &temp_stacks;
185 thread_stack_ll *stack = *stackp;
197 thread_stack_ll *cur_stack =
198 (thread_stack_ll *)malloc(sizeof(thread_stack_ll));

Completed in 165 milliseconds