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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp187 thread_stack_ll *cur_stack = local
189 cur_stack->stack_base = (char *)unsafe_stack_start - unsafe_stack_guard;
190 cur_stack->size = unsafe_stack_size + unsafe_stack_guard;
191 cur_stack->pid = pid;
192 cur_stack->tid = tid;
198 cur_stack->next = temp_stacks;
199 thread_stacks = cur_stack;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp169 const uptr cur_stack = (uptr)&local; local
173 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)

Completed in 163 milliseconds