Lines Matching refs:stacksize
208 static size_t stacksize; /* thread stack size */ variable
2988 (void) pthread_attr_setstacksize(&log_attr, stacksize); in init()
2990 stack_ptr += stacksize + redzonesize; in init()
3008 (void) pthread_attr_setstacksize(&sys_attr, stacksize); in init()
3010 stack_ptr += stacksize + redzonesize; in init()
3034 (void) pthread_attr_setstacksize(&hnl_attr, stacksize); in init()
3036 stack_ptr += stacksize + redzonesize; in init()
3044 (void) pthread_attr_setstacksize(&net_attr, stacksize); in init()
3046 stack_ptr += stacksize + redzonesize; in init()
3369 (void) pthread_attr_setstacksize(&stack_attr, stacksize); in filed_init()
3371 cstack_ptr += stacksize + redzonesize; in filed_init()
4334 stacksize = (size_t)roundup(sysconf(_SC_THREAD_STACK_MIN) + in alloc_stacks()
4343 mapsize = redzonesize + numstacks * (stacksize + redzonesize); in alloc_stacks()
4356 addr += stacksize + redzonesize; in alloc_stacks()
4368 stacksize = (size_t)roundup(sysconf(_SC_THREAD_STACK_MIN) + in dealloc_stacks()
4373 mapsize = redzonesize + numstacks * (stacksize + redzonesize); in dealloc_stacks()