Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
HDt_join.c100 ATF_REQUIRE(pthread_attr_init(&attr) == 0); in threadfunc1()
156 pthread_attr_init(&attr); in threadfunc2()
HDt_detach.c67 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
HDt_name.c80 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/pthreads/
HDthread.c39 pthread_attr_init(&attr); in isc_thread_create()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDThreadLauncher.cpp52 if (::pthread_attr_init(&thread_attr) == 0) { in LaunchThread()
/freebsd-13-stable/cddl/contrib/opensolaris/head/
HDthread.h87 pthread_attr_init(&attr); in thr_create()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_interceptors.cpp40 int pthread_attr_init(void *attr);
453 pthread_attr_init(&myattr); in INTERCEPTOR()
/freebsd-13-stable/lib/libthr/
HDpthread.map27 pthread_attr_init;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
HDsafestack.cpp246 pthread_attr_init(&tmpattr); in INTERCEPTOR()
/freebsd-13-stable/contrib/apr/threadproc/unix/
HDthread.c47 stat = pthread_attr_init(&(*new)->attr); in apr_threadattr_create()
/freebsd-13-stable/lib/libc/include/
HDnamespace.h99 #define pthread_attr_init _pthread_attr_init macro
HDun-namespace.h80 #undef pthread_attr_init
/freebsd-13-stable/include/
HDpthread.h161 int pthread_attr_init(pthread_attr_t *);
/freebsd-13-stable/contrib/unbound/util/
HDlocks.h161 LOCKRET(pthread_attr_init(&attr)); \
/freebsd-13-stable/contrib/ntp/sntp/libevent/m4/
HDacx_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-stable/contrib/libevent/m4/
HDacx_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-stable/lib/libc/gen/
HDSymbol.map17 pthread_attr_init;
HD_pthread_stubs.c267 STUB_FUNC1(pthread_attr_init, PJT_ATTR_INIT, int, void *) in STUB_FUNC2()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDThreading.inc66 if ((errnum = ::pthread_attr_init(&Attr)) != 0) {
67 ReportErrnumFatal("pthread_attr_init failed", errnum);
/freebsd-13-stable/lib/libthr/thread/
HDthr_attr.c318 __weak_reference(_thr_attr_init, pthread_attr_init);
/freebsd-13-stable/contrib/ntp/sntp/
HDconfigure10511 status = pthread_attr_init(&attr);
10595 status = pthread_attr_init(&attr);
10701 status = pthread_attr_init(&attr);
10785 status = pthread_attr_init(&attr);
10896 status = pthread_attr_init(&attr);
10980 status = pthread_attr_init(&attr);
11091 status = pthread_attr_init(&attr);
11175 status = pthread_attr_init(&attr);
11286 status = pthread_attr_init(&attr);
11370 status = pthread_attr_init(&attr);
[all …]
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
HDthread_pool.c251 error = pthread_attr_init(attr); in pthread_attr_clone()
/freebsd-13-stable/contrib/ntp/sntp/m4/
HDopenldap.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);
/freebsd-13-stable/sys/contrib/libsodium/m4/
HDax_pthread.m4364 # while pthread_create is in libc. We check for pthread_attr_init
379 pthread_attr_init(&attr);
/freebsd-13-stable/usr.bin/sort/
HDradixsort.c644 pthread_attr_init(&attr); in run_top_sort_level()

12