Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_exit.c149 cfa >= (uintptr_t)curthread->unwind_stackend) { in thread_unwind_stop()
Dthr_create.c287 curthread->unwind_stackend = (char *)curthread->attr.stackaddr_attr + in thread_start()
Dthr_init.c430 thread->unwind_stackend = _usrstack; in init_main_thread()
Dthr_private.h528 void *unwind_stackend; member