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

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_create.c96 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED) {
170 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED)
H A Dthr_attr.c450 else if (sched_inherit != PTHREAD_INHERIT_SCHED &&
H A Dthr_init.c83 .sched_inherit = PTHREAD_INHERIT_SCHED,
/freebsd-12-stable/include/
H A Dpthread.h65 #define PTHREAD_INHERIT_SCHED 0x4 macro

Completed in 131 milliseconds