Home
last modified time | relevance | path

Searched refs:_a_stacksize (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/thread/
Dpthread_setattr_default_np.c12 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()
Dpthread_getattr_np.c13 a->_a_stacksize = t->stack_size; in pthread_getattr_np()
21 a->_a_stacksize = l; in pthread_getattr_np()
Dpthread_attr_get.c42 *size = a->_a_stacksize; in pthread_attr_getstack()
49 *size = a->_a_stacksize; in pthread_attr_getstacksize()
Dpthread_attr_init.c7 a->_a_stacksize = __default_stacksize; in pthread_attr_init()
Dpthread_attr_setstacksize.c7 a->_a_stacksize = size; in pthread_attr_setstacksize()
Dpthread_attr_setstack.c7 a->_a_stacksize = size; in pthread_attr_setstack()
Dpthread_create.c272 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()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c43 *size = a->_a_stacksize; in pthread_attr_getstack()
50 *size = a->_a_stacksize; in pthread_attr_getstacksize()
Dpthread_attr_init.c7 a->_a_stacksize = 0x2000; in pthread_attr_init()
Dpthread_attr_setstacksize.c8 a->_a_stacksize = size; in pthread_attr_setstacksize()
Dpthread_attr_setstack.c8 a->_a_stacksize = size; in pthread_attr_setstack()
Dpthread_create.c131 size = attr._a_stacksize; in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c43 *size = a->_a_stacksize; in pthread_attr_getstack()
50 *size = a->_a_stacksize; in pthread_attr_getstacksize()
Dpthread_attr_init.c7 a->_a_stacksize = __default_stacksize; in pthread_attr_init()
Dpthread_create.c259 size = attr._a_stacksize; in __pthread_create()
275 size = guard + ROUND(attr._a_stacksize in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c361 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()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h25 #define _a_stacksize __u.__s[0] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h25 #define _a_stacksize __u.__s[0] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h20 #define _a_stacksize __u.__s[0] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h72 #define _a_stacksize __u.__s[0] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h79 #define _a_stacksize __u.__s[0] macro
/third_party/musl/src/internal/
Dpthread_impl.h79 #define _a_stacksize __u.__s[0] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h100 #define _a_stacksize __u.__s[0] macro