X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=execution.h;h=9c9c1ca454431dc64a3ee8ddf17cd19d13c8a5d4;hb=130a35155171503883aaf18e57f8957ce63d06e8;hp=ab4df362bcd89544402fafb701d2b982bb5c7be7;hpb=741d3d1160343d8545a783a2d05d3d0562b1c737;p=model-checker.git diff --git a/execution.h b/execution.h index ab4df36..9c9c1ca 100644 --- a/execution.h +++ b/execution.h @@ -202,6 +202,13 @@ private: HashTable condvar_waiters_map; HashTable *, uintptr_t, 4> obj_thrd_map; + + /** + * @brief List of currently-pending promises + * + * Promises are sorted by the execution order of the read(s) which + * created them + */ SnapVector promises; SnapVector futurevalues;