2003-01-14 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Tue, 14 Jan 2003 03:49:04 +0000 (03:49 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 14 Jan 2003 03:49:04 +0000 (03:49 -0000)
commit012d8753eaf26c0400bf2583a49519d36d864244
treebcf5bc2514145fdde413fde7b783096df6cf98cd
parentacb1ad4b9e9f334e9057632430280e838a24fe3b
2003-01-14  Martin Baulig  <martin@ximian.com>

* Makefile.am: Link against gthread.

* jit.c: After realizing that mono-mutex doesn't work either
because it doesn't support recursive mutexes on FreeBSD, rewrote
the whole thread stuff to use gthread.  This seems to fix this
weird deadlock in the debugger as well.

svn path=/trunk/mono/; revision=10492
mono/jit/ChangeLog
mono/jit/Makefile.am
mono/jit/debug.c