Searched refs:pthread_attr_setscope (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/pthreads/
H A Dthread.c55 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h109 #define pthread_attr_setscope _pthread_attr_setscope macro
H A Dun-namespace.h90 #undef pthread_attr_setscope macro
/freebsd-13-stable/include/
H A Dpthread.h339 int pthread_attr_setscope(pthread_attr_t *, int);
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c275 STUB_FUNC2(pthread_attr_setscope, PJT_ATTR_SETSCOPE, int, void *, int)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_attr.c512 __weak_reference(_thr_attr_setscope, pthread_attr_setscope);
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c303 error = pthread_attr_setscope(attr, scope);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dwork_thread.c616 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM);
/freebsd-13-stable/share/man/man3/
H A DMakefile460 pthread_attr.3 pthread_attr_setscope.3 \

Completed in 216 milliseconds