| /freebsd-12.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-12.1/contrib/ntp/lib/isc/pthreads/ |
| H A D | thread.c | 39 pthread_attr_init(&attr); in isc_thread_create()
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 57 if (::pthread_attr_init(&thread_attr) == 0) { in LaunchThread()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-posix.h | 139 __gthrw(pthread_attr_init) 255 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0 in __gthread_objc_init_thread_system()
|
| H A D | gthr-posix95.h | 102 __gthrw(pthread_attr_init) 221 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0 in __gthread_objc_init_thread_system()
|
| H A D | gthr-posix.c | 205 pthread_attr_init (pthread_attr_t *attr ATTRIBUTE_UNUSED) in pthread_attr_init() function
|
| /freebsd-12.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 87 pthread_attr_init(&attr); in thr_create()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 38 int pthread_attr_init(void *attr); 377 pthread_attr_init(&myattr); in INTERCEPTOR()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | env.c | 290 pthread_attr_init (&gomp_thread_attr); in initialize_env()
|
| H A D | team.c | 273 pthread_attr_init (&thread_attr); in gomp_team_start()
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 28 pthread_attr_init;
|
| /freebsd-12.1/contrib/compiler-rt/lib/safestack/ |
| H A D | safestack.cc | 231 pthread_attr_init(&tmpattr); in INTERCEPTOR()
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 163 int pthread_attr_init(pthread_attr_t *);
|
| /freebsd-12.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-12.1/contrib/apr/threadproc/unix/ |
| H A D | thread.c | 47 stat = pthread_attr_init(&(*new)->attr); in apr_threadattr_create()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_rtems.cc | 78 pthread_attr_init(&attr); in GetThreadStackTopAndBottom()
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | locks.h | 160 LOCKRET(pthread_attr_init(&attr)); \
|
| /freebsd-12.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-12.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-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 17 pthread_attr_init;
|
| /freebsd-12.1/cddl/compat/opensolaris/misc/ |
| H A D | thread_pool.c | 250 (void) pthread_attr_init(&tpool->tp_attr); in tpool_create()
|