Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_attr.c231 PTHREAD_SCOPE_SYSTEM : PTHREAD_SCOPE_PROCESS; in _pthread_attr_getscope()
485 } else if ((contentionscope != PTHREAD_SCOPE_PROCESS) && in _pthread_attr_setscope()
/dragonfly/include/
H A Dpthread.h66 #define PTHREAD_SCOPE_PROCESS 0 macro