Searched refs:_a_stacksize (Results 1 – 23 of 23) sorted by relevance
12 tmp._a_stacksize = 0; in pthread_setattr_default_np()17 unsigned stack = MIN(attrp->_a_stacksize, DEFAULT_STACK_MAX); in pthread_setattr_default_np()32 ._a_stacksize = __default_stacksize, in pthread_getattr_default_np()
13 a->_a_stacksize = t->stack_size; in pthread_getattr_np()21 a->_a_stacksize = l; in pthread_getattr_np()
42 *size = a->_a_stacksize; in pthread_attr_getstack()49 *size = a->_a_stacksize; in pthread_attr_getstacksize()
7 a->_a_stacksize = __default_stacksize; in pthread_attr_init()
7 a->_a_stacksize = size; in pthread_attr_setstacksize()
7 a->_a_stacksize = size; in pthread_attr_setstack()
272 attr._a_stacksize = __default_stacksize; in __pthread_create()278 size = attr._a_stacksize; in __pthread_create()294 size = guard + ROUND(attr._a_stacksize in __pthread_create()
43 *size = a->_a_stacksize; in pthread_attr_getstack()50 *size = a->_a_stacksize; in pthread_attr_getstacksize()
7 a->_a_stacksize = 0x2000; in pthread_attr_init()
8 a->_a_stacksize = size; in pthread_attr_setstacksize()
8 a->_a_stacksize = size; in pthread_attr_setstack()
131 size = attr._a_stacksize; in __pthread_create()
259 size = attr._a_stacksize; in __pthread_create()275 size = guard + ROUND(attr._a_stacksize in __pthread_create()
361 attr._a_stacksize = __default_stacksize; in __pthread_create()367 size = attr._a_stacksize; in __pthread_create()383 size = guard + ROUND(attr._a_stacksize in __pthread_create()
25 #define _a_stacksize __u.__s[0] macro
20 #define _a_stacksize __u.__s[0] macro
72 #define _a_stacksize __u.__s[0] macro
79 #define _a_stacksize __u.__s[0] macro
100 #define _a_stacksize __u.__s[0] macro