add switch thread function
[c11tester.git] / threads-model.h
index c6078200f5911f5bf3dd78f80125b881683e1a0e..5756c1029688fb6fd9d29616291d496129592f7a 100644 (file)
@@ -49,6 +49,7 @@ public:
 
        static int swap(ucontext_t *ctxt, Thread *t);
        static int swap(Thread *t, ucontext_t *ctxt);
+       static int swap(Thread *t, Thread *t2);
 
        thread_state get_state() const { return state; }
        void set_state(thread_state s);