summaryrefslogtreecommitdiff
path: root/ext/threads/shared/t
Commit message (Expand)AuthorAgeFilesLines
* Instead of fancy condvar footwork do a simple join,Jarkko Hietaniemi2003-06-161-7/+1
* On a real multicpu box the child thread could still be runningJarkko Hietaniemi2003-06-091-1/+7
* Support blessed shared references.Artur Bergman2003-06-091-2/+10
* Patch from Craig Berry to resolve test failures in VMS.Jarkko Hietaniemi2003-03-111-2/+3
* Change pp_lock to take a reference instead of aArtur Bergman2003-01-031-1/+14
* Fixes to threads::shared when disabledMichael G. Schwern2002-08-302-3/+56
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-122-88/+0
* Remove leftover dummy and cleanup the test case.Artur Bergman2002-06-082-32/+12
* Re: where threads cond.t hangsDave Mitchell2002-05-221-40/+48
* 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
* Re: 'use threads::shared' noisy with -wDave Mitchell2002-05-1312-16/+39
* Re: where threads cond.t hangsDave Mitchell2002-05-091-4/+3
* 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-011-0/+5
* Don't forget to add it to the MANIFESTArtur Bergman2002-05-011-0/+0
* Fix makefile to put queue.pm correctly, update test script.Artur Bergman2002-05-011-1/+1
* Flush directly to avoid erros when running from test harnessArtur Bergman2002-05-012-1/+2
* Retract the cond.t part of #16249 since the natureJarkko Hietaniemi2002-04-281-19/+12
* (retracted by #16258)Jarkko Hietaniemi2002-04-281-12/+19
* 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-272-12/+54
* Added queue.pm and test case, still disabled because of discovered race (or a...Artur Bergman2002-04-161-0/+59
* Add support for my $foo : shared; Artur Bergman2002-04-151-0/+53
* Test arrays containing references, and references to shared arrays.Artur Bergman2002-04-151-0/+66
* 1st attempt at skipping broke threads case.Nick Ing-Simmons2002-01-281-6/+8
* Skip new threads::shared test unless -DuseithreadsNick Ing-Simmons2002-01-281-1/+10
* threads::shared tidy up:Nick Ing-Simmons2002-01-252-18/+17
* thread::shared nearly working again - remaining issueNick Ing-Simmons2002-01-235-19/+101
* Implement recursive lock and use of scope for PL_sharedsv_space,Nick Ing-Simmons2002-01-221-8/+8
* Shared scalars working, some shared array ops working.Nick Ing-Simmons2002-01-222-4/+6
* threads::shared disablingAndy Bussey2002-01-021-0/+47
* Extend support of change #12672 to support arrays and hashes. Shared referenc...Artur Bergman2001-10-261-2/+13
* Fix case where shared reference does not exist in current thread.Artur Bergman2001-10-261-0/+18
* Add tests for references in hashes.Artur Bergman2001-10-261-0/+44
* Tests shared hashes.Artur Bergman2001-10-251-0/+76
* Add support for basic support for AVs, references not supported yet.Artur Bergman2001-10-242-2/+129
* First support of threads::shared, support shared svs and references.Artur Bergman2001-10-212-0/+115