Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_stack.c131 if (size % _thr_page_size != 0) in round_up()
132 size = ((size / _thr_page_size) + 1) * in round_up()
133 _thr_page_size; in round_up()
Dthr_init.c120 int _thr_page_size; variable
481 _thr_page_size = getpagesize(); in init_private()
482 _thr_guard_default = _thr_page_size; in init_private()
Dthr_private.h756 extern int _thr_page_size __hidden;