[Mono-list] Patch for bugzilla 31265, plus some pthreads

Dick Porter dick@ximian.com
15 Oct 2002 11:01:14 +0100


On Mon, 2002-10-14 at 14:45, Tim Haynes wrote:
> Dick Porter <dick@ximian.com> writes:
> 
> > OK.  You still need to answer the second part though :)
> 
> It's needed on non-win32 because of the way the CreateThread() /
> GetCurrentThread() are implemented in the io-layer - using wapi_handle_new
> & co.
> 
> The port to Win32 would consist of calling GetCurrentThread() instead of
> AttachThread(), as the wapi_handle_new equvalent is allready done by the
> Win32 kernel.

In that case, could you come up with a patch that makes
GetCurrentThread() work as expected?

Thanks,

- Dick