HomeSort by: relevance | last modified time | path
    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 11 milliseconds