Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp144 struct thread_stack_ll { struct
145 struct thread_stack_ll *next; argument
154 thread_stack_ll *thread_stacks = nullptr;
167 thread_stack_ll *temp_stacks = thread_stacks; in thread_cleanup_handler()
175 thread_stack_ll **stackp = &temp_stacks; in thread_cleanup_handler()
177 thread_stack_ll *stack = *stackp; in thread_cleanup_handler()
187 thread_stack_ll *cur_stack = in thread_cleanup_handler()
188 (thread_stack_ll *)malloc(sizeof(thread_stack_ll)); in thread_cleanup_handler()