Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-09 11:46:10 -0700 (Fri, 09 Jul 2004)
Revision: 413
Log message:

      This is the thread interface for win32.  Timing: 30min(!) to
      compile MetaPRL.
      

Changes  Path
Properties omake-branches/thread_select
+1 -0 omake-branches/thread_select/.cvsignore
+13 -7 omake-branches/thread_select/Files
+12 -10 omake-branches/thread_select/Makefile.dep.nt
+7 -2 omake-branches/thread_select/Makefile.nt
Added omake-branches/thread_select/omake_cutil.c
Properties omake-branches/thread_select/omake_cutil.c
Deleted omake-branches/thread_select/omake_exec_thread.ml
Deleted omake-branches/thread_select/omake_exec_thread.mli
+4 -1 omake-branches/thread_select/omake_io.ml
Added omake-branches/thread_select/omake_thread.mli
Properties omake-branches/thread_select/omake_thread.mli
Added omake-branches/thread_select/omake_thread_system.ml
Properties omake-branches/thread_select/omake_thread_system.ml
+62 -13 omake-branches/thread_select/src/exec/omake_exec.ml
+40 -23 omake-branches/thread_select/src/exec/omake_exec_local.ml
+16 -3 omake-branches/thread_select/src/exec/omake_exec_util.ml
+1 -0 omake-branches/thread_select/src/exec/omake_exec_util.mli
+4 -0 omake-branches/thread_select/src/util/omake_util.ml
+4 -0 omake-branches/thread_select/src/util/omake_util.mli