X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=pthread.cc;h=9a222b9d85a24bccb70d04a92d549bebf5f9a33c;hb=c56ca6ef155dc69125bfc53bf9893016b699a0c2;hp=808aa207cd72338806932b3afd86c2d5abe367c6;hpb=c44681494532fc9b3cec1e9148324025a635017b;p=c11tester.git diff --git a/pthread.cc b/pthread.cc index 808aa207..9a222b9d 100644 --- a/pthread.cc +++ b/pthread.cc @@ -53,6 +53,7 @@ int pthread_mutex_init(pthread_mutex_t *p_mutex, const pthread_mutexattr_t *) { if (!model) { snapshot_system_init(10000, 1024, 1024, 40000); model = new ModelChecker(); + model->startChecker(); } ModelExecution *execution = model->get_execution();