0.9.1.55: trivial cleanup, new documentation directory
[sbcl.git] / src / runtime / thread.h
index 2ff59e6..499a02c 100644 (file)
@@ -22,6 +22,7 @@ struct alloc_region { };
 #define STATE_STOPPING (make_fixnum(1))
 #define STATE_STOPPED (make_fixnum(2))
 #define STATE_DEAD (make_fixnum(3))
+#define STATE_STARTING (make_fixnum(4))
 
 #define THREAD_SLOT_OFFSET_WORDS(c) \
  (offsetof(struct thread,c)/(sizeof (struct thread *)))