Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_SYSTEM (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/ntp/libntp/lib/isc/pthreads/
H A Dthread.c54 #if defined(PTHREAD_SCOPE_SYSTEM) && defined(NEED_PTHREAD_SCOPE_SYSTEM) in isc_thread_create()
55 ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in isc_thread_create()
/freebsd-14.2/lib/libthr/thread/
H A Dthr_attr.c268 *contentionscope = ((*attr)->flags & PTHREAD_SCOPE_SYSTEM) != 0 ? in _thr_attr_getscope()
269 PTHREAD_SCOPE_SYSTEM : PTHREAD_SCOPE_PROCESS; in _thr_attr_getscope()
455 contentionscope != PTHREAD_SCOPE_SYSTEM)) in _thr_attr_setscope()
458 if (contentionscope == PTHREAD_SCOPE_SYSTEM) in _thr_attr_setscope()
459 (*attr)->flags |= PTHREAD_SCOPE_SYSTEM; in _thr_attr_setscope()
461 (*attr)->flags &= ~PTHREAD_SCOPE_SYSTEM; in _thr_attr_setscope()
H A Dthr_create.c94 if (curthread->attr.flags & PTHREAD_SCOPE_SYSTEM) in _pthread_create()
95 new_thread->attr.flags |= PTHREAD_SCOPE_SYSTEM; in _pthread_create()
97 new_thread->attr.flags &= ~PTHREAD_SCOPE_SYSTEM; in _pthread_create()
164 if (new_thread->attr.flags & PTHREAD_SCOPE_SYSTEM) in _pthread_create()
H A Dthr_init.c84 .flags = PTHREAD_SCOPE_SYSTEM,
/freebsd-14.2/contrib/ntp/libntp/
H A Dwork_thread.c625 #if defined(PTHREAD_SCOPE_SYSTEM) && defined(NEED_PTHREAD_SCOPE_SYSTEM)
626 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM);
/freebsd-14.2/include/
H A Dpthread.h65 #define PTHREAD_SCOPE_SYSTEM 0x2 macro
/freebsd-14.2/lib/librt/
H A Dsigev_thread.c136 PTHREAD_SCOPE_SYSTEM); in __sigev_thread_init()
/freebsd-14.2/lib/libthread_db/
H A Dlibpthread_db.c482 if (attrflags & PTHREAD_SCOPE_SYSTEM) { in pt_dbsuspend()
632 if (attrflags & PTHREAD_SCOPE_SYSTEM) { in pt_thr_old_get_info()
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4419 [use PTHREAD_SCOPE_SYSTEM?])
/freebsd-14.2/contrib/ntp/sntp/
H A Dconfig.h.in739 /* use PTHREAD_SCOPE_SYSTEM? */
/freebsd-14.2/contrib/ntp/
H A Dconfig.h.in1423 /* use PTHREAD_SCOPE_SYSTEM? */