The core code from pth has been taken out and included in gstreamer.
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Jan 2002 00:20:29 +0000 (00:20 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Jan 2002 00:20:29 +0000 (00:20 +0000)
commit1bc541f213f6ba0298de1fb50496bf9e9f73a1c4
treecc0917e8d107fd960b0c0bb449acabb882a878ed
parentdebf06d4b9a2025fb003946d55fd2507dba51ec5
The core code from pth has been taken out and included in gstreamer.

Original commit message from CVS:
The core code from pth has been taken out and included in gstreamer.
This code is documented, more or less, in http://www-124.ibm.com/pthreads/docs/rse-pmt.ps.

This code is designed to replace cothreads.[ch], eventually.
19 files changed:
gst/cothreads/AUTHORS [new file with mode: 0644]
gst/cothreads/COPYING [new file with mode: 0644]
gst/cothreads/ChangeLog [new file with mode: 0644]
gst/cothreads/INSTALL [new file with mode: 0644]
gst/cothreads/Makefile.am [new file with mode: 0644]
gst/cothreads/NEWS [new file with mode: 0644]
gst/cothreads/README [new file with mode: 0644]
gst/cothreads/acconfig.h [new file with mode: 0644]
gst/cothreads/acinclude.m4 [new file with mode: 0644]
gst/cothreads/configure.ac [new file with mode: 0644]
gst/cothreads/pth.h.in [new file with mode: 0644]
gst/cothreads/pth_acmac.h.in [new file with mode: 0644]
gst/cothreads/pth_debug.c [new file with mode: 0644]
gst/cothreads/pth_errno.c [new file with mode: 0644]
gst/cothreads/pth_mctx.c [new file with mode: 0644]
gst/cothreads/pth_p.h.in [new file with mode: 0644]
gst/cothreads/pth_vers.c [new file with mode: 0644]
gst/cothreads/shtool [new file with mode: 0755]
gst/cothreads/test-pth.c [new file with mode: 0644]