Fix a bug in memcpy, implement memset, and remove model_thread
[c11tester.git] / execution.h
index 82d629ce31a808b2cb07353d914e1ae4ecd42c91..b8bfb03580c324309c2af068d6239fed005f5eba 100644 (file)
@@ -19,6 +19,8 @@
 #include <condition_variable>
 #include "classlist.h"
 
+#define INITIAL_THREAD_ID       0
+
 struct PendingFutureValue {
        PendingFutureValue(ModelAction *writer, ModelAction *reader) :
                writer(writer), reader(reader)