[Mono-list] System.Threading stuffs
Dick Porter
dick@ximian.com
Mon, 7 Jan 2002 10:48:51 +0000
On Sun, Jan 06, 2002 at 08:01:10PM -0500, Miguel de Icaza wrote:
>
> Wow! This is exactly what we were looking for. A volunteer that would
> implement the Win32 threading routines. We have only implemented them
> for pthreads.
>
> This lives in the `mono' module (the runtime engine), in the
> `mono/mono/metadata' directory. Start by copying the threads-dummy.c
> into threads-win32.c and you can go from there (you can look at
> threads-pthread.c for reference).
Dude, the io-layer passes w32 and cygwin straight through to the system.
In theory threads and io work natively on those platforms.
I should cvs delete the old threads-pthread files, I think :)
- Dick