Home
last modified time | relevance | path

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

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