OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stackbase2
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libpthread/
pthread.c
338
void *stackbase, *
stackbase2
, *redzone;
local in function:pthread__getstack
361
stackbase2
= newthread->pt_stack.ss_sp;
363
stackbase2
= (char *)
stackbase2
- newthread->pt_guardsize;
365
munmap(
stackbase2
,
388
stackbase2
= (char *)stackbase;
391
stackbase2
= (char *)stackbase + guardsize;
399
newthread->pt_stack.ss_sp =
stackbase2
;
Completed in 13 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025