gstreamer/gst/cothreads
Thomas Vander Stichele a5678b4f06 trying to fall back to glib1 when glib2 isn't there
Original commit message from CVS:
trying to fall back to glib1 when glib2 isn't there
2002-01-30 17:27:46 +00:00
..
m4 the cothreads library now builds, but it's untested the public api is in cothreads.h 2002-01-28 01:29:10 +00:00
acconfig.h a first pass at cleaning up the configure stuff new cothread library started, some experimental stack allocation code... 2002-01-27 20:03:54 +00:00
AUTHORS The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
autogen.sh trying to fix some of the issues here 2002-01-28 17:14:41 +00:00
ChangeLog The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
configure.ac trying to fall back to glib1 when glib2 isn't there 2002-01-30 17:27:46 +00:00
COPYING The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
cothread-stack.c fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi... 2002-01-29 05:49:57 +00:00
cothreads-private.h fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi... 2002-01-29 05:49:57 +00:00
cothreads.c fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi... 2002-01-29 05:49:57 +00:00
cothreads.h fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi... 2002-01-29 05:49:57 +00:00
INSTALL The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
linuxthreads.h a couple of fixen 2002-01-27 20:11:58 +00:00
Makefile.am it works, yo 2002-01-28 01:56:17 +00:00
NEWS The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
pth.h.in a first pass at cleaning up the configure stuff new cothread library started, some experimental stack allocation code... 2002-01-27 20:03:54 +00:00
pth_acmac.h.in The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
pth_debug.c The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
pth_errno.c The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
pth_mctx.c The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
pth_p.h.in a first pass at cleaning up the configure stuff new cothread library started, some experimental stack allocation code... 2002-01-27 20:03:54 +00:00
pth_vers.c The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
README The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
shtool The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
test-cothreads.c fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi... 2002-01-29 05:49:57 +00:00
test-pth-pthreads.c a couple of fixen 2002-01-27 20:11:58 +00:00
test-pth-pthreads2.c a first pass at cleaning up the configure stuff new cothread library started, some experimental stack allocation code... 2002-01-27 20:03:54 +00:00
test-pth.c The core code from pth has been taken out and included in gstreamer. 2002-01-21 00:20:29 +00:00
test-pthreads.c a couple of fixen 2002-01-27 20:11:58 +00:00

I ripped the core out of GNU pth to provide cothreading for GStreamer. That's
what this package is. It was written by Ralf Engelschall. Plaudits to him, bug
reports to gstreamer-devel@lists.sourceforge.net.

wingo <wingo@pobox.com>, 20 Jan 2002