/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | pthread.d | 1595 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1604 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1613 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1622 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1631 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1640 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1649 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1658 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1663 int pthread_attr_setstacksize(pthread_attr_t*, size_t); 1672 int pthread_attr_setstacksize(pthread_attr_t*, size_t);
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | runner-unix.c | 266 if (pthread_attr_setstacksize(&attr, 1024 * 1024)) in process_wait() 268 if (pthread_attr_setstacksize(&attr, 256 * 1024)) in process_wait()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | thread.c | 135 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); 136 PTHREADS_RUNTIME_CHECK(pthread_attr_setstacksize, ret);
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/ |
H A D | thread.c | 75 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); in isc_thread_create()
|
/netbsd-src/tests/lib/libpthread/ |
H A D | t_join.c | 106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 83 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) { 84 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | thr_posix.c | 170 pthread_attr_setstacksize( &attr, LDAP_PVT_THREAD_STACK_SIZE ); in ldap_pvt_thread_create()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | locks.h | 163 LOCKRET(pthread_attr_setstacksize(&attr, stackrequired)); \
|
/netbsd-src/lib/libpthread/ |
H A D | pthread.h | 84 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
|
H A D | pthread_attr.c | 416 pthread_attr_setstacksize(pthread_attr_t *attr, size_t size) in pthread_attr_setstacksize() function
|
H A D | Makefile | 175 pthread_attr_getstack.3 pthread_attr_setstacksize.3 \
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cc | 432 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 411 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cc | 428 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cc | 372 pthread_attr_setstacksize(&attr, 64*1024); in ScopedThread()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | thread.c | 274 if (pthread_attr_setstacksize(attr, stack_size)) in uv_thread_create_ex()
|
H A D | fsevents.c | 646 if (pthread_attr_setstacksize(&attr, uv__thread_stack_size())) in uv__fsevents_loop_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | env.c | 1399 err = pthread_attr_setstacksize (&gomp_thread_attr, stacksize); in initialize_env()
|
H A D | team.c | 739 pthread_attr_setstacksize (&thread_attr, stacksize); in gomp_team_start()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | osthread.d | 472 if ( stksz && pthread_attr_setstacksize( &attr, stksz ) ) in version() 2767 if (stksz && (rc = pthread_attr_setstacksize(&attr, stksz)) != 0) in delegate()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | env.c | 1582 err = pthread_attr_setstacksize (&gomp_thread_attr, stacksize); in initialize_env()
|
H A D | team.c | 755 pthread_attr_setstacksize (&thread_attr, stacksize); in gomp_team_start()
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpuser_sp.c | 1205 pthread_attr_setstacksize(&pattr_detached, 32*1024); in spserver()
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
H A D | dmeventd.c | 282 pthread_attr_setstacksize(&attr, THREAD_STACK_SIZE); in _pthread_create_smallstack()
|
/netbsd-src/external/mpl/bind/dist/ |
H A D | config.h.in | 302 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
|