X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fthread.h;h=499a02c2b3da0352e8141269a824bc06cdd8383f;hb=dc71db379ab4162a45c393a2e828f619dae9fa32;hp=2ff59e6b6c9ad20a6c60a223d156735494b23d65;hpb=78fa16bf55be44cc16845be84d98023e83fb14bc;p=sbcl.git diff --git a/src/runtime/thread.h b/src/runtime/thread.h index 2ff59e6..499a02c 100644 --- a/src/runtime/thread.h +++ b/src/runtime/thread.h @@ -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 *)))