Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_PROCESS (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libthr/thread/
H A Dthr_attr.c288 PTHREAD_SCOPE_SYSTEM : PTHREAD_SCOPE_PROCESS; in _thr_attr_getscope()
523 } else if ((contentionscope != PTHREAD_SCOPE_PROCESS) && in _thr_attr_setscope()
/freebsd-13.1/include/
H A Dpthread.h70 #define PTHREAD_SCOPE_PROCESS 0 macro