Changeset c86ee4c for tests/unified_locking/fast.cfa
- Timestamp:
- Jul 7, 2021, 6:24:42 PM (5 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d83b266
- Parents:
- 1f45c7d (diff), b1a2c4a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/unified_locking/fast.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/unified_locking/fast.cfa
r1f45c7d rc86ee4c 7 7 struct MutexObj { 8 8 fast_lock l; 9 $thread* id;9 thread$ * id; 10 10 uint32_t sum; 11 11 }; … … 21 21 22 22 uint32_t cs() { 23 $thread* me = active_thread();23 thread$ * me = active_thread(); 24 24 uint32_t value; 25 25 lock(mo.l);
Note:
See TracChangeset
for help on using the changeset viewer.