Home
last modified time | relevance | path

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

123

/freebsd-12.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-12.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c39 pthread_attr_init(&attr); in isc_thread_create()
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DThreadLauncher.cpp57 if (::pthread_attr_init(&thread_attr) == 0) { in LaunchThread()
/freebsd-12.1/contrib/gcc/
H A Dgthr-posix.h139 __gthrw(pthread_attr_init)
255 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0 in __gthread_objc_init_thread_system()
H A Dgthr-posix95.h102 __gthrw(pthread_attr_init)
221 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0 in __gthread_objc_init_thread_system()
H A Dgthr-posix.c205 pthread_attr_init (pthread_attr_t *attr ATTRIBUTE_UNUSED) in pthread_attr_init() function
/freebsd-12.1/cddl/contrib/opensolaris/head/
H A Dthread.h87 pthread_attr_init(&attr); in thr_create()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc38 int pthread_attr_init(void *attr);
377 pthread_attr_init(&myattr); in INTERCEPTOR()
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Denv.c290 pthread_attr_init (&gomp_thread_attr); in initialize_env()
H A Dteam.c273 pthread_attr_init (&thread_attr); in gomp_team_start()
/freebsd-12.1/lib/libthr/
H A Dpthread.map28 pthread_attr_init;
/freebsd-12.1/contrib/compiler-rt/lib/safestack/
H A Dsafestack.cc231 pthread_attr_init(&tmpattr); in INTERCEPTOR()
/freebsd-12.1/include/
H A Dpthread.h163 int pthread_attr_init(pthread_attr_t *);
/freebsd-12.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-12.1/contrib/apr/threadproc/unix/
H A Dthread.c47 stat = pthread_attr_init(&(*new)->attr); in apr_threadattr_create()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cc78 pthread_attr_init(&attr); in GetThreadStackTopAndBottom()
/freebsd-12.1/contrib/unbound/util/
H A Dlocks.h160 LOCKRET(pthread_attr_init(&attr)); \
/freebsd-12.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-12.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-12.1/lib/libc/gen/
H A DSymbol.map17 pthread_attr_init;
/freebsd-12.1/cddl/compat/opensolaris/misc/
H A Dthread_pool.c250 (void) pthread_attr_init(&tpool->tp_attr); in tpool_create()

123