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

12

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_attr_init.c40 __weak_reference(_pthread_attr_init, pthread_attr_init);
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/
H A Dthread.c43 pthread_attr_init(&attr);
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/
H A Dthread.c39 pthread_attr_init(&attr);
/freebsd-9.3-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)
215 if (__gthrw_(pthread_attr_init) (&_objc_thread_attribs) == 0
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DThreading.cpp86 if (::pthread_attr_init(&Attr) != 0)
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h87 pthread_attr_init(&attr);
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Denv.c195 pthread_attr_init (&gomp_thread_attr);
/freebsd-9.3-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-9.3-release/usr.bin/csup/
H A Dthreads.c114 pthread_attr_init(&attr);
/freebsd-9.3-release/include/
H A Dpthread.h154 int pthread_attr_init(pthread_attr_t *);
/freebsd-9.3-release/lib/libkse/
H A Dkse.map42 pthread_attr_init;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map44 pthread_attr_init;
/freebsd-9.3-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-9.3-release/share/man/man3/
H A DMakefile241 pthread_attr.3 pthread_attr_init.3 \
/freebsd-9.3-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-9.3-release/lib/libthr/thread/
H A Dthr_attr.c335 __weak_reference(_pthread_attr_init, pthread_attr_init);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dwork_thread.c574 pthread_attr_init(&thr_attr);
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure10827 $EGREP "pthread_attr_init" >/dev/null 2>&1; then :
10988 status = pthread_attr_init(&attr);
11071 status = pthread_attr_init(&attr);
11174 status = pthread_attr_init(&attr);
11257 status = pthread_attr_init(&attr);
11365 status = pthread_attr_init(&attr);
11448 status = pthread_attr_init(&attr);
11556 status = pthread_attr_init(&attr);
11639 status = pthread_attr_init(&attr);
11747 status = pthread_attr_init(
[all...]

Completed in 167 milliseconds

12