Home
last modified time | relevance | path

Searched refs:pthread_attr_getstacksize (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp216 pthread_attr_getstacksize(attr, &size); in INTERCEPTOR()
222 pthread_attr_getstacksize(&tmpattr, &size); in INTERCEPTOR()
/freebsd-13.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c43 ret = pthread_attr_getstacksize(&attr, &stacksize); in isc_thread_create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp54 if (::pthread_attr_getstacksize(&thread_attr, in LaunchThread()
/freebsd-13.1/contrib/unbound/util/
H A Dlocks.h161 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
165 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c159 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0); in threadfunc2()
/freebsd-13.1/lib/libthr/
H A Dpthread.map27 pthread_attr_getstacksize;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h100 #define pthread_attr_getstacksize _pthread_attr_getstacksize macro
H A Dun-namespace.h81 #undef pthread_attr_getstacksize
/freebsd-13.1/include/
H A Dpthread.h156 int pthread_attr_getstacksize(const pthread_attr_t * __restrict,
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map17 pthread_attr_getstacksize;
H A D_pthread_stubs.c262 STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *) in STUB_FUNC2()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_attr.c333 __weak_reference(_thr_attr_getstacksize, pthread_attr_getstacksize);
/freebsd-13.1/share/man/man3/
H A DMakefile454 pthread_attr.3 pthread_attr_getstacksize.3 \
/freebsd-13.1/contrib/ntp/libntp/
H A Dwork_thread.c591 rc = pthread_attr_getstacksize(&thr_attr, &ostacksize);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt312 fun:pthread_attr_getstacksize=discard
H A Dlibc_ubuntu1404_abilist.txt2543 fun:pthread_attr_getstacksize=uninstrumented
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4410 AC_CHECK_FUNCS([pthread_attr_getstacksize])
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfig.h.in284 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
H A Dconfigure14342 for ac_func in pthread_attr_getstacksize
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp886 status = pthread_attr_getstacksize(&thread_attr, &size); in __kmp_create_monitor()
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in700 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
H A Dconfigure23668 for ac_func in pthread_attr_getstacksize
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4722 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstacksize); \