Home | History | Annotate | Download | only in cpython3

Lines Matching refs:PTHREAD_SCOPE_SYSTEM

10883       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if PTHREAD_SCOPE_SYSTEM is supported" >&5
10884 $as_echo_n "checking if PTHREAD_SCOPE_SYSTEM is supported... " >&6; }
10903 if (pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)) exit(-1);