X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=promise.h;h=ea40df0112b183b515258877af1ce20cb606b30d;hb=507434b53b00f7d32301050dd0ce8466ad42677b;hp=ce84ede68b0e58e4c76c280cb6632bc85d76cb02;hpb=e60d8c23d30a0dfe66b8426f7f2ecf576e812028;p=model-checker.git diff --git a/promise.h b/promise.h index ce84ede..ea40df0 100644 --- a/promise.h +++ b/promise.h @@ -31,6 +31,7 @@ class Promise { return synced_thread[id]; } + bool check_promise(); uint64_t get_value() const { return value; } void set_write(const ModelAction *act) { write = act; } const ModelAction * get_write() { return write; }