take out SIMPLE_THREADS_NO_MUTEX for now

This commit is contained in:
David Rose 2008-10-03 22:41:35 +00:00
parent 2fc35f05c8
commit 66f371f259
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ $[cdefine HAVE_THREADS]
/* Define if we want to use fast, user-space simulated threads. */
$[cdefine SIMPLE_THREADS]
$[cdefine SIMPLE_THREADS_NO_MUTEX]
// Taking this out for now: $[cdefine SIMPLE_THREADS_NO_MUTEX]
/* Define to enable deadlock detection, mutex recursion checks, etc. */
$[cdefine DEBUG_THREADS]