Home
last modified time | relevance | path

Searched refs:guardsize (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_attr.c202 size_t * __restrict guardsize) in _thr_attr_getguardsize() argument
205 if (attr == NULL || *attr == NULL || guardsize == NULL) in _thr_attr_getguardsize()
208 *guardsize = (*attr)->guardsize_attr; in _thr_attr_getguardsize()
373 _thr_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) in _thr_attr_setguardsize() argument
379 (*attr)->guardsize_attr = guardsize; in _thr_attr_setguardsize()
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c272 size_t guardsize; in pthread_attr_clone() local
273 error = pthread_attr_getguardsize(old_attr, &guardsize); in pthread_attr_clone()
275 error = pthread_attr_setguardsize(attr, guardsize); in pthread_attr_clone()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4782 INTERCEPTOR_PTHREAD_ATTR_GET(guardsize, sizeof(SIZE_T))