This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct threads_mutex locking in main thread destruction.
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 16 Oct 1997 16:26:53 +0000 (16:26 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 16 Oct 1997 16:26:53 +0000 (16:26 +0000)
commit0a00ffdb1e70eb883974513d0ee6f4afd54aca19
treebc925e87ad5d1b9bd3d2839ae444604bc955b787
parent96c8aaf4c4918f137d2204ef25c74dac47dbae2f
Correct threads_mutex locking in main thread destruction.
Add per-interp thrsv to hold SV struct thread for main thread.
Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
Add Thread/list.t test of Thread->list method.
Let Thread::Semaphore methods up and down take an extra argument.

p4raw-id: //depot/perlext/Thread@140
Thread.xs
Thread/Semaphore.pm
list.t [new file with mode: 0644]