2002-01-16 Veronica De Santis <veron78@@interfree.it>
authorVeronica De Santis <veronica@mono-cvs.ximian.com>
Wed, 16 Jan 2002 21:08:04 +0000 (21:08 -0000)
committerVeronica De Santis <veronica@mono-cvs.ximian.com>
Wed, 16 Jan 2002 21:08:04 +0000 (21:08 -0000)
commit1222ab1b5c2642f4b9a1e3e16f73ce3ec8c4890a
tree485fb6b548878ef3c86dcbd88deaf41235a66124
parent169190f49b8ba928c675f62f593d72d08a4a3296
2002-01-16 Veronica De Santis <veron78@@interfree.it>

        * icall.h : Added the internal calls mapping for CreateMutex_internal
       and ReleaseMutex_internal.

* threads.h : Added the prototype of mutexes internal calls.

* threads.c : Added the implementations of mutexes internal calls.

* WaitHandle.cs : Renamed handle to os_handle and make it protected
                  instead of private.
        * Mutex.cs : Write the System.Threading.Mutex methods ( constructors
                    and the ReleaseMutex)

svn path=/trunk/mono/; revision=2010
mono/metadata/ChangeLog
mono/metadata/icall.c
mono/metadata/threads.c
mono/metadata/threads.h
mono/tests/mutexes.cs [new file with mode: 0644]