OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stackbase
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
memalloc.c
117
struct stack_block
stackbase
;
variable in typeref:struct:stack_block
118
struct stack_block *stackp = &
stackbase
;
120
char *stacknxt =
stackbase
.space;
224
if (stacknxt == stackp->space && stackp != &
stackbase
) {
/src/lib/libpthread/
pthread.c
340
void *
stackbase
, *stackbase2, *redzone;
local in function:pthread__getstack
345
pthread_attr_getstack(attr, &
stackbase
, &stacksize);
346
if (
stackbase
== NULL)
351
stackbase
= NULL;
359
if (
stackbase
== NULL &&
377
if (
stackbase
== NULL) {
380
stackbase
= mmap(NULL, stacksize + guardsize,
382
if (
stackbase
== MAP_FAILED)
389
redzone = (char *)
stackbase
+ stacksize;
390
stackbase2 = (char *)
stackbase
;
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025