[threading] Reorganize code to work with the coop backend.
commit579a7b47482c4ac0b69b9674fe0bc77ae38ee5bf
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 2 Feb 2015 16:04:37 +0000 (2 11:04 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 25 Mar 2015 17:49:38 +0000 (25 13:49 -0400)
tree8233bf516d918897c8bda4123ae628b9e4fc8b85
parent17896b090222c9831a0333000fe1612f7cfa47ec
[threading] Reorganize code to work with the coop backend.

This splits the native backend from core functionality it needs to provide. For example,on posix, we want to
use the pthread_create code regardless of the backend enabled.
mono/utils/mono-threads-mach.c
mono/utils/mono-threads-posix.c
mono/utils/mono-threads-windows.c
mono/utils/mono-threads.c
mono/utils/mono-threads.h