This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rewrite thread destruction system using linked list of threads.
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 10 Oct 1997 17:22:46 +0000 (17:22 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 10 Oct 1997 17:22:46 +0000 (17:22 +0000)
commit33f46ff65e5d2230d8bd00503ede2b051af73672
tree816b88f644f5c65e5ca4a4a9dc8846b0b9d11097
parent3de9ffa12981946cc7fab5bddd19f506a1979bf4
Rewrite thread destruction system using linked list of threads.
Still not completely done. Add methods self, equal, flags, list
to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.

p4raw-id: //depot/perl@120
perl.c
perl.h
thread.h