Searched refs:stackbase2 (Results 1 – 1 of 1) sorted by relevance
328 void *stackbase, *stackbase2, *redzone; in pthread__getstack() local351 stackbase2 = newthread->pt_stack.ss_sp; in pthread__getstack()353 stackbase2 = (char *)stackbase2 - newthread->pt_guardsize; in pthread__getstack()355 munmap(stackbase2, in pthread__getstack()378 stackbase2 = (char *)stackbase; in pthread__getstack()381 stackbase2 = (char *)stackbase + guardsize; in pthread__getstack()389 newthread->pt_stack.ss_sp = stackbase2; in pthread__getstack()