some compile fixes, api changes, and i added the ability to create new chunks...
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.
- gst/cothreads/cothread-stack.c 45 additions, 11 deletionsgst/cothreads/cothread-stack.c
- gst/cothreads/cothreads-private.h 3 additions, 3 deletionsgst/cothreads/cothreads-private.h
- gst/cothreads/cothreads.c 24 additions, 35 deletionsgst/cothreads/cothreads.c
- gst/cothreads/cothreads.h 32 additions, 12 deletionsgst/cothreads/cothreads.h
- gst/cothreads/test-cothreads.c 27 additions, 12 deletionsgst/cothreads/test-cothreads.c
- gst/cothreads/test-pth-pthreads.c 6 additions, 6 deletionsgst/cothreads/test-pth-pthreads.c
- gst/cothreads/test-pth.c 1 addition, 1 deletiongst/cothreads/test-pth.c
- gst/cothreads/test-pthreads.c 9 additions, 2 deletionsgst/cothreads/test-pthreads.c