Home
last modified time | relevance | path

Searched refs:THR_SYSTEM_SCOPE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dthr.h45 #define THR_SYSTEM_SCOPE 0x0002 macro
/freebsd/lib/libthr/thread/
H A Dthr_create.c171 param.flags |= THR_SYSTEM_SCOPE; in _pthread_create()
/freebsd/sys/kern/
H A Dkern_thr.c188 if ((param->flags & ~(THR_SUSPENDED | THR_SYSTEM_SCOPE | in kern_thr_new()