| /freebsd-12.1/contrib/ntp/lib/isc/pthreads/ |
| H A D | thread.c | 48 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); in isc_thread_create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 63 if (::pthread_attr_setstacksize(&thread_attr, min_stack_byte_size) == in LaunchThread()
|
| /freebsd-12.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-12.1/contrib/gcclibs/libgomp/ |
| H A D | env.c | 298 err = pthread_attr_setstacksize (&gomp_thread_attr, stacksize); in initialize_env()
|
| H A D | team.c | 276 pthread_attr_setstacksize (&thread_attr, stacksize); in gomp_team_start()
|
| H A D | libgomp.texi | 928 to @code{pthread_attr_setstacksize} which gets the number of bytes as an
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 38 pthread_attr_setstacksize;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 164 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
|
| /freebsd-12.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-12.1/contrib/apr/threadproc/unix/ |
| H A D | thread.c | 109 stat = pthread_attr_setstacksize(&attr->attr, stacksize);
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | locks.h | 163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 25 pthread_attr_setstacksize;
|
| H A D | _pthread_stubs.c | 269 STUB_FUNC2(pthread_attr_setstacksize, PJT_ATTR_SETSTACKSIZE, int, void *, size_t)
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 69 if (::pthread_attr_setstacksize(&Attr, RequestedStackSize) != 0)
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 332 pthread_attr.3 pthread_attr_setstacksize.3
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cc | 432 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 574 __weak_reference(_thr_attr_setstacksize, pthread_attr_setstacksize);
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 836 status = pthread_attr_setstacksize(&thread_attr, stack_size); in __kmp_create_worker() 846 status = pthread_attr_setstacksize(&thread_attr, stack_size); in __kmp_create_worker() 966 status = pthread_attr_setstacksize(&thread_attr, __kmp_monitor_stksize); in __kmp_create_monitor()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | work_thread.c | 604 rc = pthread_attr_setstacksize(&thr_attr, nstacksize);
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntpd.c | 364 rc = pthread_attr_setstacksize(&thr_attr, ssmin); in my_pthread_warmup()
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_libntp.m4 | 411 AC_CHECK_FUNCS([pthread_attr_setstacksize sysconf])
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | config.h.in | 287 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 86 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | config.h.in | 700 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
|