Searched refs:pthread_attr_init (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_attr_init.c40 __weak_reference(_pthread_attr_init, pthread_attr_init);
/freebsd-10.1-release/contrib/ntp/lib/isc/pthreads/
H A Dthread.c39 pthread_attr_init(&attr);
/freebsd-10.1-release/contrib/gcc/
H A Dgthr-posix.c205 pthread_attr_init (pthread_attr_t *attr ATTRIBUTE_UNUSED) function
H A Dgthr-posix.h139 __gthrw(pthread_attr_init)
255 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0
H A Dgthr-posix95.h102 __gthrw(pthread_attr_init)
221 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DThreading.cpp86 if (::pthread_attr_init(&Attr) != 0)
/freebsd-10.1-release/cddl/contrib/opensolaris/head/
H A Dthread.h87 pthread_attr_init(&attr);
/freebsd-10.1-release/contrib/gcclibs/libgomp/
H A Denv.c195 pthread_attr_init (&gomp_thread_attr);
/freebsd-10.1-release/lib/libkse/test/
H A Dguard_b.c105 assert(pthread_attr_init(&attr) == 0);
H A Dsigsuspend_d.c210 if ((pthread_attr_init (&pattr) != 0) ||
H A Dsigwait_d.c157 if ((pthread_attr_init (&pattr) != 0) ||
H A Dmutex_d.c665 assert (pthread_attr_init (&pattr) == 0);
751 assert (pthread_attr_init (&pattr) == 0);
1465 assert (pthread_attr_init (&pattr) == 0);
/freebsd-10.1-release/usr.bin/csup/
H A Dthreads.c114 pthread_attr_init(&attr);
/freebsd-10.1-release/include/
H A Dpthread.h154 int pthread_attr_init(pthread_attr_t *);
/freebsd-10.1-release/lib/libkse/
H A Dkse.map42 pthread_attr_init;
/freebsd-10.1-release/lib/libthr/
H A Dpthread.map44 pthread_attr_init;
/freebsd-10.1-release/contrib/apr/threadproc/unix/
H A Dthread.c47 stat = pthread_attr_init(&(*new)->attr);
/freebsd-10.1-release/lib/libc/include/
H A Dnamespace.h98 #define pthread_attr_init _pthread_attr_init macro
H A Dun-namespace.h79 #undef pthread_attr_init macro
/freebsd-10.1-release/lib/libc/gen/
H A DSymbol.map17 pthread_attr_init;
H A D_pthread_stubs.c253 STUB_FUNC1(pthread_attr_init, PJT_ATTR_INIT, int, void *)
/freebsd-10.1-release/cddl/compat/opensolaris/misc/
H A Dthread_pool.c251 (void) pthread_attr_init(&tpool->tp_attr);
/freebsd-10.1-release/share/man/man3/
H A DMakefile266 pthread_attr.3 pthread_attr_init.3 \
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_attr.c335 __weak_reference(_pthread_attr_init, pthread_attr_init);
/freebsd-10.1-release/usr.bin/sort/
H A Dradixsort.c610 pthread_attr_init(&attr);

Completed in 177 milliseconds

12