Home
last modified time | relevance | path

Searched refs:pthread_attr_setscope (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_attr_setscope.c41 __weak_reference(_pthread_attr_setscope, pthread_attr_setscope);
/freebsd-9-stable/contrib/ntp/lib/isc/pthreads/
Dthread.c55 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in isc_thread_create()
/freebsd-9-stable/contrib/bind9/lib/isc/pthreads/
Dthread.c59 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in isc_thread_create()
/freebsd-9-stable/include/
Dpthread.h283 int pthread_attr_setscope(pthread_attr_t *, int);
/freebsd-9-stable/lib/libkse/
Dkse.map49 pthread_attr_setscope;
/freebsd-9-stable/lib/libc/include/
Dnamespace.h106 #define pthread_attr_setscope _pthread_attr_setscope macro
Dun-namespace.h87 #undef pthread_attr_setscope
/freebsd-9-stable/lib/libthr/
Dpthread.map51 pthread_attr_setscope;
/freebsd-9-stable/share/man/man3/
DMakefile261 pthread_attr.3 pthread_attr_setscope.3 \
/freebsd-9-stable/lib/libc/gen/
DSymbol.map23 pthread_attr_setscope;
D_pthread_stubs.c261 STUB_FUNC2(pthread_attr_setscope, PJT_ATTR_SETSCOPE, int, void *, int)
/freebsd-9-stable/lib/libthr/thread/
Dthr_attr.c487 __weak_reference(_pthread_attr_setscope, pthread_attr_setscope);
/freebsd-9-stable/contrib/ntp/libntp/
Dwork_thread.c603 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM);
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-2002753 (main): Only use pthread_attr_setscope if