Home | History | Annotate | Download | only in runtime

Lines Matching defs:stackSize

540     static size_t stackSize = 0;
555 stackSize = threadInfo.stksize;
559 return static_cast<char*>(stackBase) + stackSize;
615 static size_t stackSize = 0;
628 int rc = pthread_attr_getstack(&sattr, &stackBase, &stackSize);
634 return static_cast<char*>(stackBase) + stackSize;