This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
thread::shared nearly working again - remaining issue
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 23 Jan 2002 14:19:30 +0000 (14:19 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 23 Jan 2002 14:19:30 +0000 (14:19 +0000)
commit6b85e4fe3be6a9500d3cf5a72f618bc0f7919496
tree0b8540655289d4e1b9022c1677971b4b1759f5e0
parent6d56dc1c660466654588ccd5e1ccb4e636456d0f
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
MANIFEST
ext/threads/shared/shared.pm
ext/threads/shared/shared.xs
ext/threads/shared/t/0nothread.t [new file with mode: 0644]
ext/threads/shared/t/av_simple.t
ext/threads/shared/t/hv_refs.t
ext/threads/shared/t/hv_simple.t
ext/threads/shared/t/sv_simple.t