X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=pthread.cc;h=35af63e6a5cbbd654f663625e220aa36eb242830;hp=8c2bc076f3024edbc9042d428385b3dd36f77bc2;hb=febd10a6b4b1af40b690219ebfd8d0b1a42b183c;hpb=827e70acafdfd05e339e6d17fd43594c398fe200 diff --git a/pthread.cc b/pthread.cc index 8c2bc076..35af63e6 100644 --- a/pthread.cc +++ b/pthread.cc @@ -49,6 +49,7 @@ void pthread_exit(void *value_ptr) { 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(); }