Searched refs:_a_guardsize (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_attr_init.c7 a->_a_guardsize = DEFAULT_GUARD_SIZE;
H A Dpthread_attr_setguardsize.c6 a->_a_guardsize = size;
H A Dpthread_setattr_default_np.c12 tmp._a_guardsize = 0;
19 if (attrp->_a_guardsize >= __default_guardsize)
20 __default_guardsize = attrp->_a_guardsize;
31 ._a_guardsize = __default_guardsize,
H A Dpthread_attr_get.c10 *size = a->_a_guardsize;
H A Dpthread_create.c211 attr._a_guardsize = __default_guardsize;
233 guard = ROUND(attr._a_guardsize);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h61 #define _a_guardsize __u.__s[1] macro

Completed in 95 milliseconds