freebsd-dev/contrib/perl5/ext/Thread
2000-06-25 11:04:01 +00:00
..
Thread Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
create.t Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
die2.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
die.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
io.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
join2.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
join.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
list.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
lock.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Makefile.PL Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
Notes Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
queue.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
README Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
specific.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
sync2.t Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
sync.t Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
Thread.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
Thread.xs Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
typemap Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
unsync2.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
unsync3.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
unsync4.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
unsync.t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00

See the README.threads in the main perl 5.004_xx development
distribution (x >= 50) for details of how to build and use this.
If all else fails, read on.

If your version of patch can't create a file from scratch, then you'll
need to create an empty thread.h manually first.  Perl itself will need
to be built with -DUSE_THREADS yet. If you're using MIT pthreads or
another threads package that needs pthread_init() to be called, then
add -DNEED_PTHREAD_INIT. If you're using a threads library that only
follows one of the old POSIX drafts, then you'll probably need to add
-DOLD_PTHREADS_API. I haven't tested -DOLD_PTHREADS_API properly yet
and I think you may still have to tweak a couple of the mutex calls
to follow the old API.

This extension is copyright Malcolm Beattie 1995-1997 and is freely
distributable under your choice of the GNU Public License or the
Artistic License (see the main perl distribution).

Malcolm Beattie
mbeattie@sable.ox.ac.uk