Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c48 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); in isc_thread_create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DThreadLauncher.cpp63 if (::pthread_attr_setstacksize(&thread_attr, min_stack_byte_size) == in LaunchThread()
/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1()
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Denv.c298 err = pthread_attr_setstacksize (&gomp_thread_attr, stacksize); in initialize_env()
H A Dteam.c276 pthread_attr_setstacksize (&thread_attr, stacksize); in gomp_team_start()
H A Dlibgomp.texi928 to @code{pthread_attr_setstacksize} which gets the number of bytes as an
/freebsd-12.1/lib/libthr/
H A Dpthread.map38 pthread_attr_setstacksize;
/freebsd-12.1/include/
H A Dpthread.h164 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
/freebsd-12.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-12.1/contrib/apr/threadproc/unix/
H A Dthread.c109 stat = pthread_attr_setstacksize(&attr->attr, stacksize);
/freebsd-12.1/contrib/unbound/util/
H A Dlocks.h163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map25 pthread_attr_setstacksize;
H A D_pthread_stubs.c269 STUB_FUNC2(pthread_attr_setstacksize, PJT_ATTR_SETSTACKSIZE, int, void *, size_t)
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DThreading.inc69 if (::pthread_attr_setstacksize(&Attr, RequestedStackSize) != 0)
/freebsd-12.1/share/man/man3/
H A DMakefile332 pthread_attr.3 pthread_attr_setstacksize.3
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc432 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
/freebsd-12.1/lib/libthr/thread/
H A Dthr_attr.c574 __weak_reference(_thr_attr_setstacksize, pthread_attr_setstacksize);
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Linux_util.cpp836 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 Dwork_thread.c604 rc = pthread_attr_setstacksize(&thr_attr, nstacksize);
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpd.c364 rc = pthread_attr_setstacksize(&thr_attr, ssmin); in my_pthread_warmup()
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4411 AC_CHECK_FUNCS([pthread_attr_setstacksize sysconf])
/freebsd-12.1/contrib/ntp/sntp/
H A Dconfig.h.in287 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc86 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
/freebsd-12.1/contrib/ntp/
H A Dconfig.h.in700 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */

12