Searched refs:pthread_attr_getstacksize (Results 1 – 21 of 21) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack.cpp | 241 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 D | thread.c | 43 ret = pthread_attr_getstacksize(&attr, &stacksize); in isc_thread_create()
|
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ThreadLauncher.cpp | 55 if (::pthread_attr_getstacksize(&thread_attr, in LaunchThread()
|
/freebsd-src/contrib/unbound/util/ |
H A D | locks.h | 162 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \ 166 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
|
/freebsd-src/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_join.c | 159 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0); in threadfunc2()
|
/freebsd-src/lib/libthr/ |
H A D | pthread.map | 26 pthread_attr_getstacksize;
|
/freebsd-src/lib/libc/include/ |
H A D | namespace.h | 98 #define pthread_attr_getstacksize _pthread_attr_getstacksize macro
|
H A D | un-namespace.h | 79 #undef pthread_attr_getstacksize
|
/freebsd-src/include/ |
H A D | pthread.h | 157 int pthread_attr_getstacksize(const pthread_attr_t * __restrict,
|
/freebsd-src/lib/libc/gen/ |
H A D | Symbol.map | 13 pthread_attr_getstacksize;
|
H A D | _pthread_stubs.c | 264 STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *) in STUB_FUNC2()
|
/freebsd-src/lib/libthr/thread/ |
H A D | thr_attr.c | 303 __weak_reference(_thr_attr_getstacksize, pthread_attr_getstacksize);
|
/freebsd-src/share/man/man3/ |
H A D | Makefile | 474 pthread_attr.3 pthread_attr_getstacksize.3 \
|
/freebsd-src/contrib/ntp/libntp/ |
H A D | work_thread.c | 588 rc = pthread_attr_getstacksize(&thr_attr, &ostacksize);
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 343 fun:pthread_attr_getstacksize=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2549 fun:pthread_attr_getstacksize=uninstrumented
|
/freebsd-src/contrib/ntp/sntp/m4/ |
H A D | ntp_libntp.m4 | 411 AC_CHECK_FUNCS([pthread_attr_getstacksize])
|
/freebsd-src/contrib/ntp/sntp/ |
H A D | config.h.in | 278 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 945 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 D | config.h.in | 712 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4814 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstacksize); \
|