| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/ |
| H A D | 03_nothreads.t | 9 is($$s, 1, 'Non-threaded semaphore'); 11 is($$s, 0, 'Non-threaded semaphore'); 13 is($$s, 2, 'Non-threaded semaphore'); 15 is($$s, 1, 'Non-threaded semaphore'); 16 ok(! $s->down_nb(2), 'Non-threaded semaphore'); 17 ok($s->down_nb(), 'Non-threaded semaphore'); 18 ok(! $s->down_timed(1), 'Non-threaded semaphore');
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
| H A D | OptreeCheck.pm | 317 our $threaded = 1 if $Config::Config{usethreads}; 318 our $platform = ($threaded) ? "threaded" : "plain"; 319 our $thrstat = ($threaded) ? "threaded" : "nonthreaded"; 323 native => [ ($threaded) ? 'expect' : 'expect_nt'], 324 cross => [ !($threaded) ? 'expect' : 'expect_nt'], 937 if ($threaded) {
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.openbsd | 23 should handle this problem correctly. Older threaded Perls (5.8.6 or earlier) 24 will run into this problem. If you want to run a threaded Perl on OpenBSD
|
| H A D | README.aix | 35 This will not build a threaded Perl, but a thread-enabled Perl. See 137 the threaded options are used. 139 The threaded Perl build works also on AIX 5.1 but the IBM Perl 140 build (Perl v5.6.0) is not threaded on AIX 5.1. 178 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (threaded/32-bit) 180 With the following options you get a threaded Perl version which 181 passes all make tests in threaded 32-bit mode, which is the default 210 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (threaded/64-bit) 212 With the following options you get a threaded Perl version which 483 You may get a warning when doing a threaded build:
|
| H A D | README.irix | 91 your machine to panic and crash when running threaded perl. Irix 6.3
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | thread.t | 96 sub threaded { 120 my $thr3 = new threads \&threaded, $short, $shorte; 121 my $thr4 = new threads \&threaded, $long, $longe; 124 my $thr7 = new threads \&threaded, $foo, $fooe;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | Mksymlists.pm | 82 my $threaded = ($Config::Config{archname} =~ /-thread/ ? " threaded" : ""); 92 $Config::Config{version}, $threaded, $patchlevel, $data->{NAME};
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | goals.rst | 30 * Excellent multi-threaded debugging support 39 that would support modern multi-threaded programs, handle debugging symbols in
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-09-AdveComments.txt | 101 instruction. (It could be optional so single-threaded codes are 102 not penalized.) This could map well to multi-threaded architectures 103 while providing easy ILP for single-threaded onces. But it is probably
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/ |
| H A D | Changes | 22 - Allow installation on non-threaded Perls
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlthrtut.pod | 45 There are three basic ways that you can structure a threaded 47 to do. For many non-trivial threaded programs, you'll need to choose 145 the new features in threaded Perl to increase performance in a threaded 159 threaded programs. In the following sections, we'll cover the basics, 160 showing you what you need to do to create a threaded program. After 162 make threaded programming easier. 179 A possibly-threaded program using a possibly-threaded module might 199 only imported if we're running on a threaded Per [all...] |
| H A D | perl582delta.pod | 17 For threaded builds for modules calling certain re-entrant system calls, 23 This will only affect people who have a threaded perl 5.8.1, and compiled
|
| H A D | perl5161delta.pod | 90 field added in perl 5.16 under threaded builds. It was broken at the last 110 Under threaded perls, a runtime code block in a regular expression could
|
| H A D | perllocale.pod | 198 L<multi-threaded|threads> applications on systems that have thread-safe 199 locale ability. Some caveats apply, see L</Multi-threaded> below. On 515 Starting in Perl 5.28, on multi-threaded perls compiled on systems that 530 =head2 Multi-threaded operation 532 Beginning in Perl 5.28, multi-threaded locale operation is supported on 541 perl is not threaded, or if it is using thread-safe locale operations. 546 C<${^SAFE_LOCALES}> will be 0 on threaded builds on platforms that Perl 549 Be aware that writing a multi-threaded application will not be portable 552 threaded perls, without having to do anything. If for some reason, you 580 L</Multi-threaded> sectio [all...] |
| H A D | perl5182delta.pod | 107 This affected, at least, Devel::CallParser under threaded builds.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/ |
| H A D | Changes | 58 - Allow installation on non-threaded Perls
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 55 HelpText<"Number of available threads for multi-threaded execution. "
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | darwin.sh | 414 *** ext/threads-shared/t/wait (threaded builds only)
|
| H A D | irix_6.sh | 474 threaded perl. IRIX 6.3 and up should be OK.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | linux-nat.c | 584 static int threaded; variable 664 threaded = 0; in init_lwp_list() 689 threaded = 1; in add_lwp() 1914 if (threaded) in linux_nat_wait() 2155 trap_ptid = (threaded ? lp->ptid : pid_to_ptid (GET_LWP (lp->ptid))); in linux_nat_wait() 2172 return (threaded ? lp->ptid : pid_to_ptid (GET_LWP (lp->ptid))); in linux_nat_wait()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 71 "Die after multi-threaded fork if the child creates new threads.")
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cfgcleanup.c | 447 bool threaded = false; local 554 threaded |= new_target_threaded; 574 if (threaded && target != EXIT_BLOCK_PTR)
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | Changes | 228 (Fixes compile errors on older threaded Perl versions.) 433 * fix DEFSV_set() for threaded 5.005 perls 1008 * tested with multi-threaded (ithreads and 5.005-threads) perls 1009 from 5.005 and single-threaded perls from 5.003 up to 5.9.x
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | CREDITS.TXT | 128 D: Remote testing, Newlib port, baremetal/single-threaded support.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cfgcleanup.c | 431 bool threaded = false; in try_forward_edges() local 521 threaded |= new_target_threaded; in try_forward_edges() 541 if (threaded && target != EXIT_BLOCK_PTR) in try_forward_edges()
|