Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libthr/thread/
H A Dthr_init.c64 char *_usrstack; variable
390 if (mmap(_usrstack - _thr_stack_initial - in init_main_thread()
404 thread->attr.stackaddr_attr = _usrstack - _thr_stack_initial; in init_main_thread()
429 thread->unwind_stackend = _usrstack; in init_main_thread()
467 len = sizeof (_usrstack); in init_private()
468 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.h720 extern char *_usrstack __hidden;