Home
last modified time | relevance | path

Searched refs:pthread_attr_setstacksize (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c48 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); in isc_thread_create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp57 if (::pthread_attr_setstacksize(&thread_attr, min_stack_byte_size) == in LaunchThread()
/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1()
/freebsd-13.1/lib/libthr/
H A Dpthread.map38 pthread_attr_setstacksize;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc71 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
72 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h112 #define pthread_attr_setstacksize _pthread_attr_setstacksize macro
H A Dun-namespace.h93 #undef pthread_attr_setstacksize
/freebsd-13.1/contrib/apr/threadproc/unix/
H A Dthread.c109 stat = pthread_attr_setstacksize(&attr->attr, stacksize);
/freebsd-13.1/include/
H A Dpthread.h164 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
/freebsd-13.1/contrib/unbound/util/
H A Dlocks.h163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map26 pthread_attr_setstacksize;
H A D_pthread_stubs.c271 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 Dsanitizer_posix_libcdep.cpp409 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_attr.c574 __weak_reference(_thr_attr_setstacksize, pthread_attr_setstacksize);
/freebsd-13.1/share/man/man3/
H A DMakefile464 pthread_attr.3 pthread_attr_setstacksize.3
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp780 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 Dwork_thread.c604 rc = pthread_attr_setstacksize(&thr_attr, nstacksize);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt323 fun:pthread_attr_setstacksize=discard
H A Dlibc_ubuntu1404_abilist.txt2554 fun:pthread_attr_setstacksize=uninstrumented
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c117 VERIFY0(pthread_attr_setstacksize(&attr, stksize)); in zk_thread_create()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntpd.c353 rc = pthread_attr_setstacksize(&thr_attr, ssmin); in my_pthread_warmup()
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4411 AC_CHECK_FUNCS([pthread_attr_setstacksize sysconf])
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfig.h.in287 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp84 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in703 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */

12