: [MPlayer-dev-eng] PATCH [9/12] CoreAVC support (Take 3)

Martin Simmons vyslnqaaxytp at spammotel.com
Sun Mar 4 00:40:46 CET 2007


>>>>> On Tue, 27 Feb 2007 12:45:04 -0800, Alan Nisota said:
> 
> > 009threaddisp.patch: an optional patch that shows the threadid in win32
> > debug messages.  It also changes the return of CreateThread from a
> > pointer to the pthread_t element to the element itself (making it easier
> > to see which threads are created where)

Beware that this is not portable -- pthread_t is not a pointer type in the
spec and it is a struct in at least one implementation.

LOL, and I see that expCreateThread is not even thread safe :-)

__Martin



More information about the MPlayer-dev-eng mailing list