Lines Matching defs:stacksize
74 size_t stacksize;
81 RZ(pthread_attr_getstacksize(&attr, &stacksize));
88 ATF_CHECK_EQ_MSG(stacksize, pthread__stacksize,
89 "stacksize=%zu pthread__stacksize=%zu",
90 stacksize, pthread__stacksize);
92 return stacksize;
156 * init(stacksize)
159 * stacksize.
167 init(size_t stacksize)
170 C->size = stacksize;