try to add support for pthread_create/pthread_join
[c11tester.git] / action.h
index d1f4fffde77b5f96600f45e1c1dbaea8b6a98b85..f7b66a89fc68482d5b2a0989ab1c88ec966ad5d7 100644 (file)
--- a/action.h
+++ b/action.h
@@ -57,6 +57,8 @@ typedef enum action_type {
        THREAD_YIELD,         /**< A thread yield action */
        THREAD_JOIN,          /**< A thread join action */
        THREAD_FINISH,        /**< A thread completion action */
+       PTHREAD_CREATE,       /**< A pthread creation action */
+       PTHREAD_JOIN,         /**< A pthread join action */
        ATOMIC_UNINIT,        /**< Represents an uninitialized atomic */
        ATOMIC_READ,          /**< An atomic read action */
        ATOMIC_WRITE,         /**< An atomic write action */