/openbsd/regress/lib/libpthread/stack/ |
H A D | stack.c | 91 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 D | staticthreads.c | 54 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in main()
|
H A D | manythreads.c | 47 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in main()
|
/openbsd/lib/libpthread/man/ |
H A D | Makefile.inc | 13 pthread_attr_setstacksize.3 \
|
/openbsd/regress/lib/libpthread/getaddrinfo/ |
H A D | getaddrinfo.c | 50 CHECKr(pthread_attr_setstacksize(&attr, (size_t) STACK_SIZE));
|
/openbsd/lib/librthread/ |
H A D | Symbols.map | 23 pthread_attr_setstacksize;
|
H A D | pthread.h | 45 PROTO_STD_DEPRECATED(pthread_attr_setstacksize);
|
H A D | rthread_attr.c | 188 pthread_attr_setstacksize(pthread_attr_t *attrp, size_t stacksize) in pthread_attr_setstacksize() function
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | ThreadLauncher.cpp | 58 if (::pthread_attr_setstacksize(&thread_attr, min_stack_byte_size) == in LaunchThread()
|
/openbsd/gnu/gcc/libgomp/ |
H A D | env.c | 203 err = pthread_attr_setstacksize (&gomp_thread_attr, stacksize); in initialize_env()
|
H A D | libgomp.texi | 917 to @code{pthread_attr_setstacksize} which gets the number of bytes as an
|
H A D | libgomp.info | 808 opposition to `pthread_attr_setstacksize' which gets the number of
|
/openbsd/include/ |
H A D | pthread.h | 195 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
|
/openbsd/regress/sys/kern/fork-exit/ |
H A D | fork-exit.c | 128 error = pthread_attr_setstacksize(&tattr, in create_threads()
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | locks.h | 163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
|
/openbsd/usr.sbin/unbound/util/ |
H A D | locks.h | 163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 78 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 D | sanitizer_posix_libcdep.cpp | 411 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 389 pthread_attr_setstacksize(&attr, 64*1024); in ScopedThread()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 340 fun:pthread_attr_setstacksize=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2555 fun:pthread_attr_setstacksize=uninstrumented
|
/openbsd/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 987 rc_stack_size = pthread_attr_setstacksize(&attr, (size_t)thread->stack_size);
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 86 extern "C" int pthread_attr_setstacksize(void *attr, uptr stacksize);
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 3315 res = pthread_attr_setstacksize(&attr, in TEST()
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 2827 ./usr/share/man/man3/pthread_attr_setstacksize.3
|