Home
last modified time | relevance | path

Searched refs:_a_guardsize (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/thread/
Dpthread_setattr_default_np.c13 tmp._a_guardsize = 0; in pthread_setattr_default_np()
18 unsigned guard = MIN(attrp->_a_guardsize, DEFAULT_GUARD_MAX); in pthread_setattr_default_np()
33 ._a_guardsize = __default_guardsize, in pthread_getattr_default_np()
Dpthread_attr_setguardsize.c6 a->_a_guardsize = size; in pthread_attr_setguardsize()
Dpthread_attr_init.c8 a->_a_guardsize = __default_guardsize; in pthread_attr_init()
Dpthread_getattr_np.c10 a->_a_guardsize = t->guard_size; in pthread_getattr_np()
Dpthread_attr_get.c10 *size = a->_a_guardsize; in pthread_attr_getguardsize()
Dpthread_create.c262 attr._a_guardsize = __default_guardsize; in __pthread_create()
282 guard = ROUND(attr._a_guardsize); in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_init.c8 a->_a_guardsize = __default_guardsize; in pthread_attr_init()
Dpthread_attr_get.c11 *size = a->_a_guardsize; in pthread_attr_getguardsize()
Dpthread_create.c277 guard = ROUND(attr._a_guardsize); in __pthread_create()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h26 #define _a_guardsize __u.__s[1] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h25 #define _a_guardsize __u.__s[1] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h26 #define _a_guardsize __u.__s[1] macro
/third_party/musl/src/internal/
Dpthread_impl.h72 #define _a_guardsize __u.__s[1] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h72 #define _a_guardsize __u.__s[1] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h73 #define _a_guardsize __u.__s[1] macro
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c340 attr._a_guardsize = __default_guardsize; in __pthread_create()
360 guard = ROUND(attr._a_guardsize); in __pthread_create()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h90 #define _a_guardsize __u.__s[1] macro