fixed a number of bugs, added support for cothread-private data and functions of...
authorAndy Wingo <wingo@pobox.com>
Tue, 29 Jan 2002 05:49:57 +0000 (05:49 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 29 Jan 2002 05:49:57 +0000 (05:49 +0000)
commit9ea4df4ce77b8cc3e7aeb802ccab25fa2018b121
tree77d862cd448b7019f2813b3fa5785300134c3afc
parentb7b4eafce7219e0084518cecf20a001381b933e4
fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi...

Original commit message from CVS:
fixed a number of bugs, added support for cothread-private data and
functions of the form void (*func) (int argc, void **argv)

the test app demonstrates the thread-safety of the cothreads lib

this is shaping up to be pretty solid.
gst/cothreads/cothread-stack.c
gst/cothreads/cothreads-private.h
gst/cothreads/cothreads.c
gst/cothreads/cothreads.h
gst/cothreads/test-cothreads.c