Home
last modified time | relevance | path

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

12

/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDt_join.c104 ATF_REQUIRE(pthread_attr_init(&attr) == 0); in threadfunc1()
160 pthread_attr_init(&attr); in threadfunc2()
HDt_detach.c72 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
HDt_name.c80 PTHREAD_REQUIRE(pthread_attr_init(&attr)); in ATF_TC_BODY()
/NextBSD/contrib/ntp/lib/isc/pthreads/
HDthread.c39 pthread_attr_init(&attr); in isc_thread_create()
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_interceptors.cc30 int pthread_attr_init(void *attr);
230 pthread_attr_init(&myattr); in INTERCEPTOR()
/NextBSD/contrib/llvm/lib/Support/
HDThreading.cpp51 if (::pthread_attr_init(&Attr) != 0) in llvm_execute_on_thread()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDThreadLauncher.cpp56 if (::pthread_attr_init (&thread_attr) == 0) in LaunchThread()
/NextBSD/contrib/gcc/
HDgthr-posix.h139 __gthrw(pthread_attr_init)
255 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0 in __gthread_objc_init_thread_system()
HDgthr-posix95.h102 __gthrw(pthread_attr_init)
221 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0 in __gthread_objc_init_thread_system()
HDgthr-posix.c205 pthread_attr_init (pthread_attr_t *attr ATTRIBUTE_UNUSED) in pthread_attr_init() function
/NextBSD/cddl/contrib/opensolaris/head/
HDthread.h87 pthread_attr_init(&attr); in thr_create()
/NextBSD/contrib/compiler-rt/lib/safestack/
HDsafestack.cc180 pthread_attr_init(&tmpattr); in INTERCEPTOR()
/NextBSD/contrib/gcclibs/libgomp/
HDenv.c290 pthread_attr_init (&gomp_thread_attr); in initialize_env()
HDteam.c273 pthread_attr_init (&thread_attr); in gomp_team_start()
/NextBSD/lib/libthr/
HDpthread.map28 pthread_attr_init;
/NextBSD/lib/libc/include/
HDnamespace.h98 #define pthread_attr_init _pthread_attr_init macro
HDun-namespace.h79 #undef pthread_attr_init
/NextBSD/contrib/apr/threadproc/unix/
HDthread.c47 stat = pthread_attr_init(&(*new)->attr); in apr_threadattr_create()
/NextBSD/include/
HDpthread.h157 int pthread_attr_init(pthread_attr_t *) __nonnull(1);
/NextBSD/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);
/NextBSD/lib/libc/gen/
HDSymbol.map17 pthread_attr_init;
HD_pthread_stubs.c253 STUB_FUNC1(pthread_attr_init, PJT_ATTR_INIT, int, void *)
/NextBSD/cddl/compat/opensolaris/misc/
HDthread_pool.c250 (void) pthread_attr_init(&tpool->tp_attr); in tpool_create()
/NextBSD/contrib/unbound/
HDax_pthread.m4202 # while pthread_create is in libc. We check for pthread_attr_init
213 pthread_attr_init(&attr);
/NextBSD/share/man/man3/
HDMakefile285 pthread_attr.3 pthread_attr_init.3 \

12