Home
last modified time | relevance | path

Searched refs:PTHREAD_INHERIT_SCHED (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_create.c92 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED) { in _pthread_create()
166 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED) in _pthread_create()
H A Dthr_attr.c391 (sched_inherit != PTHREAD_INHERIT_SCHED && in _thr_attr_setinheritsched()
H A Dthr_init.c81 .sched_inherit = PTHREAD_INHERIT_SCHED,
/freebsd/include/
H A Dpthread.h66 #define PTHREAD_INHERIT_SCHED 0x4 macro