Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp241 pthread_attr_getstacksize(attr, &size); in INTERCEPTOR()
247 pthread_attr_getstacksize(&tmpattr, &size); in EnsureInterceptorsInitialized()
/freebsd-src/contrib/ntp/libntp/lib/isc/pthreads/
H A Dthread.c43 ret = pthread_attr_getstacksize(&attr, &stacksize); in isc_thread_create()
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp55 if (::pthread_attr_getstacksize(&thread_attr, in LaunchThread()
/freebsd-src/contrib/unbound/util/
H A Dlocks.h162 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
166 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
/freebsd-src/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c159 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0); in threadfunc2()
/freebsd-src/lib/libthr/
H A Dpthread.map26 pthread_attr_getstacksize;
/freebsd-src/lib/libc/include/
H A Dnamespace.h98 #define pthread_attr_getstacksize _pthread_attr_getstacksize macro
H A Dun-namespace.h79 #undef pthread_attr_getstacksize
/freebsd-src/include/
H A Dpthread.h157 int pthread_attr_getstacksize(const pthread_attr_t * __restrict,
/freebsd-src/lib/libc/gen/
H A DSymbol.map13 pthread_attr_getstacksize;
H A D_pthread_stubs.c264 STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *) in STUB_FUNC2()
/freebsd-src/lib/libthr/thread/
H A Dthr_attr.c303 __weak_reference(_thr_attr_getstacksize, pthread_attr_getstacksize);
/freebsd-src/share/man/man3/
H A DMakefile474 pthread_attr.3 pthread_attr_getstacksize.3 \
/freebsd-src/contrib/ntp/libntp/
H A Dwork_thread.c588 rc = pthread_attr_getstacksize(&thr_attr, &ostacksize);
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt343 fun:pthread_attr_getstacksize=discard
H A Dlibc_ubuntu1404_abilist.txt2549 fun:pthread_attr_getstacksize=uninstrumented
/freebsd-src/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4411 AC_CHECK_FUNCS([pthread_attr_getstacksize])
/freebsd-src/contrib/ntp/sntp/
H A Dconfig.h.in278 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp945 status = pthread_attr_getstacksize(&thread_attr, &size); in __kmp_create_monitor()
946 KMP_CHECK_SYSFAIL("pthread_attr_getstacksize", status); in __kmp_create_monitor()
/freebsd-src/contrib/ntp/
H A Dconfig.h.in712 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4814 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstacksize); \