X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=promise.h;h=178b86e7d4b3cedba32f2240f2493e63655efb4d;hb=fbacb5f41ada96e7b539ccc41deccb1a7e1a1ba8;hp=e040e169e83e1657f53230c107f7805b8416fc2e;hpb=00b14c0561d3838aeb798d3c22f4136f8c4d136b;p=model-checker.git diff --git a/promise.h b/promise.h index e040e16..178b86e 100644 --- a/promise.h +++ b/promise.h @@ -42,6 +42,7 @@ class Promise { const ModelAction * get_write() const { return write; } int get_num_available_threads() const { return num_available_threads; } bool is_compatible(const ModelAction *write) const; + bool is_compatible_exclusive(const ModelAction *write) const; void print() const;