caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] vmthreads...
@ 2005-12-18  0:43 Jonathan Roewen
  2005-12-18  0:53 ` Jonathan Roewen
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Roewen @ 2005-12-18  0:43 UTC (permalink / raw)
  To: caml-list

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.

Does this mean pre-emption won't work as soon as a mutex is locked?
This -might- explain the weird lockup I'm experiencing with my OS/NIC
driver, as when it locks up (there's no fatal exception being
propagated) not even the timer interrupt which does preemption seems
to do anything (the keyboard driver -should- still run, for instance).

Jonathan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-18  1:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-18  0:43 [Caml-list] vmthreads Jonathan Roewen
2005-12-18  0:53 ` Jonathan Roewen
2005-12-18  1:28   ` Jonathan Roewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).