- Fix cothread pointers and allocation so full 2M stack space available:
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 16 May 2001 07:16:47 +0000 (07:16 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 16 May 2001 07:16:47 +0000 (07:16 +0000)
commit18adcf5a3f78dce2a67882331ae639c22f398413
tree95081e3d5cd64308b6656ddb186af101e421d5fe
parenta1641875036576b65b0a6f490599b82af44f8d36
- Fix cothread pointers and allocation so full 2M stack space available:

Original commit message from CVS:
- Fix cothread pointers and allocation so full 2M stack space available:
- Double maximums to use full stack space:
- COTHREAD_STACKSIZE = 16k
- COTHREAD_MAXTHREADS = 128
- cothread changes only verified on x86
- cothread_create returns NULL if nthreads == MAXTHREADS though not yet handled by gstschedule caller
gst/cothreads.c
gst/gstscheduler.c