wenzelm [Tue, 18 Dec 2007 22:21:42 +0100] rev 25704
signature BASIC_MULTITHREADING;
added specific serial number generator, which avoid the global CRITICAL lock;
wenzelm [Tue, 18 Dec 2007 22:21:41 +0100] rev 25703
removed obsolete use_noncritical (plain use is already non-critical);
wenzelm [Tue, 18 Dec 2007 22:21:40 +0100] rev 25702
serial: now based on specific version in structure Multithreading;
huffman [Tue, 18 Dec 2007 22:18:31 +0100] rev 25701
add class ppo of pointed partial orders;
define UU in class ppo instead of pcpo;
add new lemmas about lub
wenzelm [Tue, 18 Dec 2007 19:54:34 +0100] rev 25700
named some critical sections;
eval_antiquotes: tightened critical section;
wenzelm [Tue, 18 Dec 2007 19:54:33 +0100] rev 25699
named some critical sections;
wenzelm [Tue, 18 Dec 2007 19:54:32 +0100] rev 25698
use_text/use_file: non-critical (Poly/ML compiler is thread-safe);
wenzelm [Tue, 18 Dec 2007 19:54:31 +0100] rev 25697
non-critical (accidental concurrent access does not affect functional integrity);