# HG changeset patch # User wenzelm # Date 1220802530 -7200 # Node ID 3c3663e24ba7c56a52767795bf95f83e3d27b3ba # Parent 67147cc3f9677a3079bc2ecbb09d503b4cb78dad Default (mostly dummy) implementation of thread structures. formerly in multithreading.ML; create mutexes / condition variables without failure; diff -r 67147cc3f967 -r 3c3663e24ba7 src/Pure/ML-Systems/thread_dummy.ML --- a/src/Pure/ML-Systems/thread_dummy.ML Sun Sep 07 17:48:49 2008 +0200 +++ b/src/Pure/ML-Systems/thread_dummy.ML Sun Sep 07 17:48:50 2008 +0200 @@ -79,4 +79,3 @@ end; end; end; -