Searched refs:pthread_attr_getstacksize (Results 1 – 22 of 22) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/safestack/ |
| D | safestack.cpp | 216 pthread_attr_getstacksize(attr, &size); in INTERCEPTOR() 222 pthread_attr_getstacksize(&tmpattr, &size); in INTERCEPTOR()
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/pthreads/ |
| D | thread.c | 43 ret = pthread_attr_getstacksize(&attr, &stacksize); in isc_thread_create()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | ThreadLauncher.cpp | 54 if (::pthread_attr_getstacksize(&thread_attr, in LaunchThread()
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | locks.h | 161 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \ 165 LOCKRET(pthread_attr_getstacksize(&attr, &stacksize)); \
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_join.c | 159 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0); in threadfunc2()
|
| /freebsd-12-stable/lib/libthr/ |
| D | pthread.map | 27 pthread_attr_getstacksize;
|
| /freebsd-12-stable/lib/libc/include/ |
| D | namespace.h | 100 #define pthread_attr_getstacksize _pthread_attr_getstacksize macro
|
| D | un-namespace.h | 81 #undef pthread_attr_getstacksize
|
| /freebsd-12-stable/include/ |
| D | pthread.h | 156 int pthread_attr_getstacksize(const pthread_attr_t * __restrict,
|
| /freebsd-12-stable/contrib/gcclibs/libgomp/ |
| D | team.c | 275 if (! pthread_attr_getstacksize (&gomp_thread_attr, &stacksize)) in gomp_team_start()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | Symbol.map | 17 pthread_attr_getstacksize;
|
| D | _pthread_stubs.c | 262 STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *) in STUB_FUNC2()
|
| /freebsd-12-stable/share/man/man3/ |
| D | Makefile | 322 pthread_attr.3 pthread_attr_getstacksize.3 \
|
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_attr.c | 333 __weak_reference(_thr_attr_getstacksize, pthread_attr_getstacksize);
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | work_thread.c | 581 rc = pthread_attr_getstacksize(&thr_attr, &ostacksize);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | done_abilist.txt | 312 fun:pthread_attr_getstacksize=discard
|
| D | libc_ubuntu1404_abilist.txt | 2543 fun:pthread_attr_getstacksize=uninstrumented
|
| /freebsd-12-stable/contrib/ntp/sntp/m4/ |
| D | ntp_libntp.m4 | 410 AC_CHECK_FUNCS([pthread_attr_getstacksize])
|
| /freebsd-12-stable/contrib/ntp/sntp/ |
| D | config.h.in | 281 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | z_Linux_util.cpp | 886 status = pthread_attr_getstacksize(&thread_attr, &size); in __kmp_create_monitor()
|
| /freebsd-12-stable/contrib/ntp/ |
| D | config.h.in | 718 /* Define to 1 if you have the `pthread_attr_getstacksize' function. */
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 4722 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstacksize); \
|