Home
last modified time | relevance | path

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

/openbsd/regress/lib/libpthread/stack/
H A Dstack.c91 err = pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN - 1); in main()
122 CHECKr(pthread_attr_setstacksize(&attr, size2)); in main()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dstaticthreads.c54 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in main()
H A Dmanythreads.c47 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in main()
/openbsd/lib/libpthread/man/
H A DMakefile.inc13 pthread_attr_setstacksize.3 \
/openbsd/regress/lib/libpthread/getaddrinfo/
H A Dgetaddrinfo.c50 CHECKr(pthread_attr_setstacksize(&attr, (size_t) STACK_SIZE));
/openbsd/lib/librthread/
H A DSymbols.map23 pthread_attr_setstacksize;
H A Dpthread.h45 PROTO_STD_DEPRECATED(pthread_attr_setstacksize);
H A Drthread_attr.c188 pthread_attr_setstacksize(pthread_attr_t *attrp, size_t stacksize) in pthread_attr_setstacksize() function
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DThreadLauncher.cpp58 if (::pthread_attr_setstacksize(&thread_attr, min_stack_byte_size) == in LaunchThread()
/openbsd/gnu/gcc/libgomp/
H A Denv.c203 err = pthread_attr_setstacksize (&gomp_thread_attr, stacksize); in initialize_env()
H A Dlibgomp.texi917 to @code{pthread_attr_setstacksize} which gets the number of bytes as an
H A Dlibgomp.info808 opposition to `pthread_attr_setstacksize' which gets the number of
/openbsd/include/
H A Dpthread.h195 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
/openbsd/regress/sys/kern/fork-exit/
H A Dfork-exit.c128 error = pthread_attr_setstacksize(&tattr, in create_threads()
/openbsd/sbin/unwind/libunbound/util/
H A Dlocks.h163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
/openbsd/usr.sbin/unbound/util/
H A Dlocks.h163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DThreading.inc78 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
79 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp411 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp389 pthread_attr_setstacksize(&attr, 64*1024); in ScopedThread()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt340 fun:pthread_attr_setstacksize=discard
H A Dlibc_ubuntu1404_abilist.txt2555 fun:pthread_attr_setstacksize=uninstrumented
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs987 rc_stack_size = pthread_attr_setstacksize(&attr, (size_t)thread->stack_size);
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp86 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3315 res = pthread_attr_setstacksize(&attr, in TEST()
/openbsd/distrib/sets/lists/comp/
H A Dmi2827 ./usr/share/man/man3/pthread_attr_setstacksize.3