| /freebsd-13.1/contrib/ntp/lib/isc/pthreads/ |
| H A D | thread.c | 48 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); in isc_thread_create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 57 if (::pthread_attr_setstacksize(&thread_attr, min_stack_byte_size) == in LaunchThread()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_join.c | 106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 38 pthread_attr_setstacksize;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 71 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) { 72 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 112 #define pthread_attr_setstacksize _pthread_attr_setstacksize macro
|
| H A D | un-namespace.h | 93 #undef pthread_attr_setstacksize
|
| /freebsd-13.1/contrib/apr/threadproc/unix/ |
| H A D | thread.c | 109 stat = pthread_attr_setstacksize(&attr->attr, stacksize);
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 164 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | locks.h | 163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 26 pthread_attr_setstacksize;
|
| H A D | _pthread_stubs.c | 271 STUB_FUNC2(pthread_attr_setstacksize, PJT_ATTR_SETSTACKSIZE, int, void *, size_t) in STUB_FUNC2()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 409 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 574 __weak_reference(_thr_attr_setstacksize, pthread_attr_setstacksize);
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 464 pthread_attr.3 pthread_attr_setstacksize.3
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 780 status = pthread_attr_setstacksize(&thread_attr, stack_size); in __kmp_create_worker() 790 status = pthread_attr_setstacksize(&thread_attr, stack_size); in __kmp_create_worker() 910 status = pthread_attr_setstacksize(&thread_attr, __kmp_monitor_stksize); in __kmp_create_monitor()
|
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | work_thread.c | 604 rc = pthread_attr_setstacksize(&thr_attr, nstacksize);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 323 fun:pthread_attr_setstacksize=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2554 fun:pthread_attr_setstacksize=uninstrumented
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 117 VERIFY0(pthread_attr_setstacksize(&attr, stksize)); in zk_thread_create()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntpd.c | 353 rc = pthread_attr_setstacksize(&thr_attr, ssmin); in my_pthread_warmup()
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_libntp.m4 | 411 AC_CHECK_FUNCS([pthread_attr_setstacksize sysconf])
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | config.h.in | 287 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 84 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | config.h.in | 703 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
|