Home
last modified time | relevance | path

Searched refs:pthread_attr_setguardsize (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libthr/
H A Dpthread.map30 pthread_attr_setguardsize;
/freebsd/include/
H A Dpthread.h166 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
/freebsd/lib/libc/include/
H A Dnamespace.h103 #define pthread_attr_setguardsize _pthread_attr_setguardsize macro
H A Dun-namespace.h84 #undef pthread_attr_setguardsize
/freebsd/lib/libc/gen/
H A DSymbol.map16 pthread_attr_setguardsize;
H A D_pthread_stubs.c271 STUB_FUNC2(pthread_attr_setguardsize, PJT_ATTR_SETGUARDSIZE, int, void *, size_t)
/freebsd/lib/libthr/thread/
H A Dthr_attr.c369 __weak_reference(_thr_attr_setguardsize, pthread_attr_setguardsize);
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c276 error = pthread_attr_setguardsize(attr, guardsize); in pthread_attr_clone()
/freebsd/share/man/man3/
H A DMakefile477 pthread_attr.3 pthread_attr_setguardsize.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt347 fun:pthread_attr_setguardsize=discard
H A Dlibc_ubuntu1404_abilist.txt2553 fun:pthread_attr_setguardsize=uninstrumented
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c137 VERIFY0(pthread_attr_setguardsize(&attr, PAGESIZE)); in zk_thread_create()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1633 …<function-decl name='pthread_attr_setguardsize' visibility='default' binding='global' size-in-bits…