added a test for pth and pthreads. in summary, it doesn't work because in __pthread_f...
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Jan 2002 05:09:17 +0000 (05:09 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Jan 2002 05:09:17 +0000 (05:09 +0000)
commitd48d5c640accd3dba7661c0c18ad703052ffba18
tree9c3898af937d84cc7762a416781ddf107e2abcb0
parent1bc541f213f6ba0298de1fb50496bf9e9f73a1c4
added a test for pth and pthreads. in summary, it doesn't work because in __pthread_find_self() some funny stack poin...

Original commit message from CVS:
added a test for pth and pthreads. in summary, it doesn't work because
in __pthread_find_self() some funny stack pointer math is done that
will result in no matches for __pthread_find_self(). this is dereferenced in
__errno_location, causing a segfault on context switch because of the errno-swapping
on the part of pth. it's a mess and i don't know how to get around it. i'll
have to look into what ngpt does for looking up errno, as it has kernel threads as
well as user threads.
gst/cothreads/Makefile.am
gst/cothreads/acconfig.h
gst/cothreads/test-pth-pthreads.c [new file with mode: 0644]