Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/safestack/
H A Dsafestack.cc226 pthread_attr_getstacksize(attr, &size); in INTERCEPTOR()
232 pthread_attr_getstacksize(&tmpattr, &size); in INTERCEPTOR()
/freebsd-12.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c43 ret = pthread_attr_getstacksize(&attr, &stacksize); in isc_thread_create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DThreadLauncher.cpp60 if (::pthread_attr_getstacksize(&thread_attr, in LaunchThread()
/freebsd-12.1/contrib/unbound/util/
H A Dlocks.h161 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
165 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c159 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0); in threadfunc2()
/freebsd-12.1/lib/libthr/
H A Dpthread.map27 pthread_attr_getstacksize;
/freebsd-12.1/include/
H A Dpthread.h156 int pthread_attr_getstacksize(const pthread_attr_t * __restrict,
/freebsd-12.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-12.1/contrib/gcclibs/libgomp/
H A Dteam.c275 if (! pthread_attr_getstacksize (&gomp_thread_attr, &stacksize)) in gomp_team_start()
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map16 pthread_attr_getstacksize;
H A D_pthread_stubs.c260 STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *)
/freebsd-12.1/share/man/man3/
H A DMakefile322 pthread_attr.3 pthread_attr_getstacksize.3 \
/freebsd-12.1/lib/libthr/thread/
H A Dthr_attr.c333 __weak_reference(_thr_attr_getstacksize, pthread_attr_getstacksize);
/freebsd-12.1/contrib/ntp/libntp/
H A Dwork_thread.c591 rc = pthread_attr_getstacksize(&thr_attr, &ostacksize);
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4410 AC_CHECK_FUNCS([pthread_attr_getstacksize])
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Linux_util.cpp942 status = pthread_attr_getstacksize(&thread_attr, &size); in __kmp_create_monitor()
/freebsd-12.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-12.1/contrib/ntp/
H A Dconfig.h.in697 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
H A Dconfigure23668 for ac_func in pthread_attr_getstacksize
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2543 fun:pthread_attr_getstacksize=uninstrumented
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4555 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstacksize); \