Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c100 ATF_REQUIRE(pthread_attr_init(&attr) == 0); in threadfunc1()
156 pthread_attr_init(&attr); in threadfunc2()
H A Dt_detach.c67 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
H A Dt_name.c80 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
/freebsd-13.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c39 pthread_attr_init(&attr); in isc_thread_create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp51 if (::pthread_attr_init(&thread_attr) == 0) { in LaunchThread()
/freebsd-13.1/contrib/googletest/googletest/m4/
H A Dacx_pthread.m4174 # 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 Dthread.h87 pthread_attr_init(&attr); in thr_create()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp39 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 Dsafestack.cpp221 pthread_attr_init(&tmpattr); in INTERCEPTOR()
/freebsd-13.1/lib/libthr/
H A Dpthread.map28 pthread_attr_init;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc59 if ((errnum = ::pthread_attr_init(&Attr)) != 0) {
60 ReportErrnumFatal("pthread_attr_init failed", errnum);
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h101 #define pthread_attr_init _pthread_attr_init macro
H A Dun-namespace.h82 #undef pthread_attr_init
/freebsd-13.1/contrib/apr/threadproc/unix/
H A Dthread.c47 stat = pthread_attr_init(&(*new)->attr); in apr_threadattr_create()
/freebsd-13.1/include/
H A Dpthread.h163 int pthread_attr_init(pthread_attr_t *);
/freebsd-13.1/contrib/unbound/util/
H A Dlocks.h160 LOCKRET(pthread_attr_init(&attr)); \
/freebsd-13.1/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m4197 # 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 Dacx_pthread.m4197 # 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 DSymbol.map18 pthread_attr_init;
H A D_pthread_stubs.c267 STUB_FUNC1(pthread_attr_init, PJT_ATTR_INIT, int, void *) in STUB_FUNC2()
/freebsd-13.1/contrib/unbound/
H A Dax_pthread.m4216 # 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 Dconfigure10018 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 Dthr_attr.c353 __weak_reference(_thr_attr_init, pthread_attr_init);
/freebsd-13.1/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c251 error = pthread_attr_init(attr); in pthread_attr_clone()
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dopenldap.m4567 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);

12