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

/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_stack.c105 * | | (initial value of last_stack)
120 static char *last_stack = NULL; variable
253 if (last_stack == NULL)
254 last_stack = _usrstack - _thr_stack_initial -
258 stackaddr = last_stack - stacksize - guardsize;
263 * last_stack. Under normal operating conditions, the most
267 last_stack -= (stacksize + guardsize);

Completed in 52 milliseconds