model: factor out 'tid' calculation
[c11tester.git] / action.h
index 00bb5c2fbdef9c2a2a77729ed16e3b386eca74c9..3e4480419c03941413307ebba6a6e27a77372109 100644 (file)
--- a/action.h
+++ b/action.h
@@ -19,6 +19,7 @@
  * ModelAction */
 typedef enum action_type {
        THREAD_CREATE,        /**< A thread creation action */
+       THREAD_START,         /**< First action in each thread */
        THREAD_YIELD,         /**< A thread yield action */
        THREAD_JOIN,          /**< A thread join action */
        ATOMIC_READ,          /**< An atomic read action */