OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread__guardsize
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libpthread/
t_stack.c
128
extern size_t
pthread__guardsize
; /* pthread_int.h */
129
ATF_CHECK_EQ_MSG(guardsize,
pthread__guardsize
,
130
"guardsize=%u
pthread__guardsize
=%zu",
131
guardsize,
pthread__guardsize
);
/src/lib/libpthread/
pthread_attr.c
69
p->ptap_guardsize =
pthread__guardsize
;
174
*guard =
pthread__guardsize
;
pthread.c
136
size_t
pthread__guardsize
;
variable in typeref:typename:size_t
237
pthread__guardsize
= value;
239
pthread__guardsize
= pthread__pagesize;
351
guardsize =
pthread__guardsize
;
pthread_int.h
173
extern size_t
pthread__guardsize
;
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025