gstreamer/gst/cothreads
Andy Wingo 259c8c394c some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main...
Original commit message from CVS:
some compile fixes, api changes, and i added the ability to create new chunks on the
stack, which can extend the main thread's stack up to 8M under linuxthreads. thanks
to billh for the {set,get}rlimit tip.

on the other hand, there's a nasty bug in cothreads when they are run without gthreads
that i'm still tracking down. that's the last bug though, at this point.

the commit is to syn the repository with my working copy before moving cothreads to a
separate module.
2002-02-02 19:07:10 +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 some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +00:00
cothreads-private.h some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +00:00
cothreads.c some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +00:00
cothreads.h some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +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 some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +00:00
test-pth-pthreads.c some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +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 some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +00:00
test-pthreads.c some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main... 2002-02-02 19:07:10 +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