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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp144 struct thread_stack_ll { struct in namespace:__anon2522
145 struct thread_stack_ll *next;
154 thread_stack_ll *thread_stacks = nullptr;
167 thread_stack_ll *temp_stacks = thread_stacks;
175 thread_stack_ll **stackp = &temp_stacks;
177 thread_stack_ll *stack = *stackp;
187 thread_stack_ll *cur_stack =
188 (thread_stack_ll *)malloc(sizeof(thread_stack_ll));

Completed in 45 milliseconds