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)
commit8023c3ceb7a7110c55b3159dff471253f72f7e15
treeee70aca385b7dddd1911486a6791aae09ad09b3b
parent1f2bfc8a4408af651fa6e1f274db91de216cc5d4
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/perl@140
embed.h
interp.sym
perl.c
perl.h
thread.h