Home
last modified time | relevance | path

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

/freebsd-head/lib/libthr/
HDpthread.map30 pthread_attr_setguardsize;
/freebsd-head/lib/libc/include/
HDnamespace.h103 #define pthread_attr_setguardsize _pthread_attr_setguardsize macro
HDun-namespace.h84 #undef pthread_attr_setguardsize
/freebsd-head/include/
HDpthread.h166 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
/freebsd-head/lib/libc/gen/
HDSymbol.map16 pthread_attr_setguardsize;
HD_pthread_stubs.c271 STUB_FUNC2(pthread_attr_setguardsize, PJT_ATTR_SETGUARDSIZE, int, void *, size_t)
/freebsd-head/lib/libthr/thread/
HDthr_attr.c369 __weak_reference(_thr_attr_setguardsize, pthread_attr_setguardsize);
/freebsd-head/sys/contrib/openzfs/lib/libtpool/
HDthread_pool.c276 error = pthread_attr_setguardsize(attr, guardsize); in pthread_attr_clone()
/freebsd-head/share/man/man3/
HDMakefile478 pthread_attr.3 pthread_attr_setguardsize.3 \
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt347 fun:pthread_attr_setguardsize=discard
HDlibc_ubuntu1404_abilist.txt2553 fun:pthread_attr_setguardsize=uninstrumented
/freebsd-head/sys/contrib/openzfs/lib/libzpool/
HDkernel.c137 VERIFY0(pthread_attr_setguardsize(&attr, PAGESIZE)); in zk_thread_create()
/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs.abi1638 …<function-decl name='pthread_attr_setguardsize' visibility='default' binding='global' size-in-bits…