Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/thread/
H A Dthr_init.c64 char *_usrstack; variable
391 if (mmap(_usrstack - _thr_stack_initial - in init_main_thread()
405 thread->attr.stackaddr_attr = _usrstack - _thr_stack_initial; in init_main_thread()
430 thread->unwind_stackend = _usrstack; in init_main_thread()
468 len = sizeof (_usrstack); in init_private()
469 if (sysctl(mib, 2, &_usrstack, &len, NULL, 0) == -1) in init_private()
H A Dthr_stack.c256 last_stack = _usrstack - _thr_stack_initial - in _thr_stack_alloc()
H A Dthr_private.h727 extern char *_usrstack __hidden;