mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
259c8c394c
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. |
||
---|---|---|
.. | ||
m4 | ||
acconfig.h | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
cothread-stack.c | ||
cothreads-private.h | ||
cothreads.c | ||
cothreads.h | ||
INSTALL | ||
linuxthreads.h | ||
Makefile.am | ||
NEWS | ||
pth.h.in | ||
pth_acmac.h.in | ||
pth_debug.c | ||
pth_errno.c | ||
pth_mctx.c | ||
pth_p.h.in | ||
pth_vers.c | ||
README | ||
shtool | ||
test-cothreads.c | ||
test-pth-pthreads.c | ||
test-pth-pthreads2.c | ||
test-pth.c | ||
test-pthreads.c |
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