Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_exit.c146 cfa >= (uintptr_t)curthread->unwind_stackend) { in thread_unwind_stop()
H A Dthr_create.c290 curthread->unwind_stackend = (char *)curthread->attr.stackaddr_attr + in thread_start()
H A Dthr_init.c434 thread->unwind_stackend = _usrstack; in init_main_thread()
H A Dthr_private.h527 void *unwind_stackend; member