diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-23 14:19:30 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-23 14:19:30 +0000 |
commit | 6b85e4fe3be6a9500d3cf5a72f618bc0f7919496 (patch) | |
tree | 0b8540655289d4e1b9022c1677971b4b1759f5e0 /MANIFEST | |
parent | 6d56dc1c660466654588ccd5e1ccb4e636456d0f (diff) | |
download | perl-6b85e4fe3be6a9500d3cf5a72f618bc0f7919496.tar.gz |
thread::shared nearly working again - remaining issue
is references withing shared space.
Added bulk test with no threads involved (for debugging)
Tuned tests to skip those needing _thrcnt
p4raw-id: //depot/perlio@14387
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -604,6 +604,7 @@ ext/threads/shared/Makefile.PL thread shared variables ext/threads/shared/README thread shared variables ext/threads/shared/shared.pm thread shared variables ext/threads/shared/shared.xs thread shared variables +ext/threads/shared/t/0nothread.t Tests for basic shared array functionality. ext/threads/shared/t/av_simple.t Tests for basic shared array functionality. ext/threads/shared/t/hv_refs.t Test shared hashes containing references ext/threads/shared/t/hv_simple.t Tests for basic shared hash functionality. |