[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | Re: [Caml-list] vmthreads... |
> Hi, > > Just a simple question: how does Thread.critical_section ever get set > to false? I see mutex.ml sets it to true, as does condition.ml, but > neither set to false. Ah, I see Thread.sleep sets it back to false.... however, I still have the feeling something is going wrong in the threading system... Jonathan