Home
last modified time | relevance | path

Searched refs:useithreads (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd/src/gnu/usr.bin/perl/utils/
Dperlivp.PL93 my $useithreads = '';
94 if (defined($Config{'useithreads'})) { $useithreads = $Config{'useithreads'}; }
98 my \$useithreads = '$useithreads';
219 if ( $useithreads !~ /define/i ) {
/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dversion.t7 if (! $Config{'useithreads'}) {
8 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dno_threads.t6 if ($Config{'useithreads'}) {
7 print("1..0 # SKIP Perl compiled with 'useithreads'\n");
Dlibc.t8 if (! $Config{'useithreads'}) {
9 skip_all(q/Perl not compiled with 'useithreads'/);
Dstress_string.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dstress_cv.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dstress_re.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dend.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dstack_env.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Derr.t8 if (! $Config{'useithreads'}) {
9 skip_all(q/Perl not compiled with 'useithreads'/);
Dunique.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dlist.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
/openbsd/src/gnu/usr.bin/perl/hints/
Dcygwin.sh41 test -z "$useithreads" && useithreads='define'
/openbsd/src/gnu/usr.bin/perl/dist/Thread-Queue/t/
D07_lock.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
D03_peek.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
D10_timed.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
D05_extract.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
/openbsd/src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/
D05_force.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
D01_basic.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
D04_nonblocking.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
D06_timed.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
/openbsd/src/gnu/usr.bin/perl/
Dmyconfig.SH43 useithreads=$useithreads
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dno_share.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dsv_simple.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");
Dshared_attr.t6 if (! $Config{'useithreads'}) {
7 print("1..0 # SKIP Perl not compiled with 'useithreads'\n");

123456