summaryrefslogtreecommitdiff
path: root/ext/threads
Commit message (Expand)AuthorAgeFilesLines
* IRIX SMP turned up a few hundred "Use of uninitializedJarkko Hietaniemi2002-05-191-2/+2
* Re: [PATCH threads] revised warnings + more tests + docsDave Mitchell2002-05-191-1/+24
* The thread warnings aren't quite yet working as planned.Jarkko Hietaniemi2002-05-181-24/+1
* Forgotten from #16685.Jarkko Hietaniemi2002-05-181-17/+247
* revised warnings + more tests + docsDave Mitchell2002-05-184-56/+99
* Re: [PATCH] allow use threads qw(yield)Dave Mitchell2002-05-161-1/+1
* allow use threads qw(yield)Dave Mitchell2002-05-142-2/+10
* various minor fixes in threads. Dave Mitchell2002-05-131-3/+19
* Re: 'use threads::shared' noisy with -wDave Mitchell2002-05-1313-24/+39
* Add threadsafety caveats.Jarkko Hietaniemi2002-05-121-3/+0
* Reword the "threads still running" cleanup message.Jarkko Hietaniemi2002-05-122-5/+6
* As suggested by Dave Mitchell, adding yield()s atJarkko Hietaniemi2002-05-123-0/+3
* Detypos (and sticking with US spelling since Dan SugalskiJarkko Hietaniemi2002-05-121-1/+1
* Move pod, add $VERSION.Jarkko Hietaniemi2002-05-101-40/+42
* format and other warningsRobin Barker2002-05-102-8/+9
* Re: where threads cond.t hangsDave Mitchell2002-05-091-4/+3
* [DOC PATCH] Minor threads::shared nitsSimon Glover2002-05-083-21/+22
* Documentation of asyncArtur Bergman2002-05-071-0/+7
* Documentation added.Artur Bergman2002-05-071-4/+4
* Add support for async.Artur Bergman2002-05-071-1/+6
* Add documentation.Artur Bergman2002-05-071-0/+60
* Fix bad assumptions in test case.Artur Bergman2002-05-071-2/+10
* Ooops. Not everybody does threads.Jarkko Hietaniemi2002-05-021-0/+10
* Until Arthur fills in semaphore.t.Jarkko Hietaniemi2002-05-012-3/+8
* Now passes old test case.Artur Bergman2002-05-011-4/+4
* Cleanup memory a bit better in some cases.Artur Bergman2002-05-011-0/+1
* Don't forget to add it to the MANIFESTArtur Bergman2002-05-011-0/+0
* Add semaphore.pmArtur Bergman2002-05-011-0/+90
* Fix makefile to put queue.pm correctly, update test script.Artur Bergman2002-05-012-1/+6
* Flush directly to avoid erros when running from test harnessArtur Bergman2002-05-012-1/+2
* Sigh. #16249 didn't help NetBSD (made it worse,Jarkko Hietaniemi2002-04-283-59/+48
* Retract the cond.t part of #16249 since the natureJarkko Hietaniemi2002-04-281-19/+12
* (retracted by #16258)Jarkko Hietaniemi2002-04-284-60/+78
* Added test cases and fixed some obvious things.Artur Bergman2002-04-282-1/+58
* Removed last traces of autodetach.Artur Bergman2002-04-272-17/+54
* Ahem, look another way.Artur Bergman2002-04-271-1/+1
* Add test numbers to make "make test" happy. Order is irrelevantArtur Bergman2002-04-271-2/+4
* Fixed race condtions and deadlocks in interaction with Artur Bergman2002-04-273-12/+61
* Saving locks after we set it to 0 was kind of pointless.Artur Bergman2002-04-271-1/+2
* End blocks were not run on Win32.Artur Bergman2002-04-221-0/+1
* Do not unlock mutex twice.Artur Bergman2002-04-211-1/+3
* Do not assume that io buffer flushing happens in the sameJarkko Hietaniemi2002-04-211-38/+21
* Got the last memory leak in the while(1) { threads->create(sub Artur Bergman2002-04-211-1/+2
* Remove auto-detachArtur Bergman2002-04-201-10/+16
* Really let the update of the link list do something.Artur Bergman2002-04-201-2/+3
* Port testcases from thr5005 tests so we don't fail on same things.Artur Bergman2002-04-183-0/+149
* As suggested by Arthur: the threads and threads::sharedJarkko Hietaniemi2002-04-176-17/+70
* Added queue.pm and test case, still disabled because of discovered race (or a...Artur Bergman2002-04-162-0/+105
* Add support for my $foo : shared; Artur Bergman2002-04-152-6/+60
* Test arrays containing references, and references to shared arrays.Artur Bergman2002-04-151-0/+66