Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_SYSTEM (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dpthreads.c138 #ifdef PTHREAD_SCOPE_SYSTEM
139 if (pthread_attr_setscope (&attr, PTHREAD_SCOPE_SYSTEM))
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread5.cc105 ret = pthread_attr_setscope(&tattr, PTHREAD_SCOPE_SYSTEM); in main()
/openbsd/lib/librthread/
H A Drthread_attr.c234 if (contentionscope != PTHREAD_SCOPE_SYSTEM && in pthread_attr_setscope()
H A Drthread.c80 .contention_scope = PTHREAD_SCOPE_SYSTEM,
/openbsd/include/
H A Dpthread.h61 #define PTHREAD_SCOPE_SYSTEM 0x2 macro
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs999 # if defined(HAS_PTHREAD_ATTR_SETSCOPE) && defined(PTHREAD_SCOPE_SYSTEM)
1000 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
/openbsd/gnu/usr.bin/perl/
H A Dconfigure.com5026 $! Check for pthread_attr_setscope and PTHREAD_SCOPE_SYSTEM.