OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread__pagesize
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread.c
130
size_t
pthread__pagesize
;
variable
225
pthread__pagesize
= (size_t)sysconf(_SC_PAGESIZE);
234
pthread__guardsize =
pthread__pagesize
;
369
stacksize = ((stacksize - 1) | (
pthread__pagesize
- 1)) + 1;
370
guardsize = ((guardsize - 1) | (
pthread__pagesize
- 1)) + 1;
1325
pthread__main->pt_guardsize =
pthread__pagesize
;
1366
pthread__stacksize +=
pthread__pagesize
- 1;
1367
pthread__stacksize &= ~(
pthread__pagesize
- 1);
1368
if (pthread__stacksize < 4 *
pthread__pagesize
)
1370
4 *
pthread__pagesize
/ 1024)
[
all
...]
pthread_int.h
175
extern size_t
pthread__pagesize
;
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026