| /freebsd-13.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_join.c | 100 ATF_REQUIRE(pthread_attr_init(&attr) == 0); in threadfunc1() 156 pthread_attr_init(&attr); in threadfunc2()
|
| H A D | t_detach.c | 67 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
|
| H A D | t_name.c | 80 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/ntp/lib/isc/pthreads/ |
| H A D | thread.c | 39 pthread_attr_init(&attr); in isc_thread_create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 51 if (::pthread_attr_init(&thread_attr) == 0) { in LaunchThread()
|
| /freebsd-13.1/contrib/googletest/googletest/m4/ |
| H A D | acx_pthread.m4 | 174 # while pthread_create is in libc. We check for pthread_attr_init 181 pthread_attr_init(0); pthread_cleanup_push(0, 0); 285 pthread_attr_init(0); pthread_cleanup_push(0, 0); 305 pthread_attr_init(0); pthread_cleanup_push(0, 0); 324 pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
| /freebsd-13.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 87 pthread_attr_init(&attr); in thr_create()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 39 int pthread_attr_init(void *attr); 441 pthread_attr_init(&myattr); in INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 221 pthread_attr_init(&tmpattr); in INTERCEPTOR()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 28 pthread_attr_init;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 59 if ((errnum = ::pthread_attr_init(&Attr)) != 0) { 60 ReportErrnumFatal("pthread_attr_init failed", errnum);
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 101 #define pthread_attr_init _pthread_attr_init macro
|
| H A D | un-namespace.h | 82 #undef pthread_attr_init
|
| /freebsd-13.1/contrib/apr/threadproc/unix/ |
| H A D | thread.c | 47 stat = pthread_attr_init(&(*new)->attr); in apr_threadattr_create()
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 163 int pthread_attr_init(pthread_attr_t *);
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | locks.h | 160 LOCKRET(pthread_attr_init(&attr)); \
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | acx_pthread.m4 | 197 # while pthread_create is in libc. We check for pthread_attr_init 204 pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
| /freebsd-13.1/contrib/libevent/m4/ |
| H A D | acx_pthread.m4 | 197 # while pthread_create is in libc. We check for pthread_attr_init 204 pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 18 pthread_attr_init;
|
| H A D | _pthread_stubs.c | 267 STUB_FUNC1(pthread_attr_init, PJT_ATTR_INIT, int, void *) in STUB_FUNC2()
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | ax_pthread.m4 | 216 # while pthread_create is in libc. We check for pthread_attr_init 227 pthread_attr_init(&attr);
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | configure | 10018 status = pthread_attr_init(&attr); 10101 status = pthread_attr_init(&attr); 10204 status = pthread_attr_init(&attr); 10287 status = pthread_attr_init(&attr); 10395 status = pthread_attr_init(&attr); 10478 status = pthread_attr_init(&attr); 10586 status = pthread_attr_init(&attr); 10669 status = pthread_attr_init(&attr); 10777 status = pthread_attr_init(&attr); 10860 status = pthread_attr_init(&attr); [all …]
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 353 __weak_reference(_thr_attr_init, pthread_attr_init);
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 251 error = pthread_attr_init(attr); in pthread_attr_clone()
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | openldap.m4 | 567 dnl pthread_attr_create was renamed to pthread_attr_init in Draft 6. 591 AC_EGREP_HEADER(pthread_attr_init,pthread.h, 632 status = pthread_attr_init(&attr);
|