Changeset 8f1a99e for tests/unified_locking/mcs.cfa
- Timestamp:
- Jul 5, 2021, 4:58:07 PM (2 years ago)
- Branches:
- ADT, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b7d94ac5
- Parents:
- 7f62b708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/unified_locking/mcs.cfa
r7f62b708 r8f1a99e 7 7 struct MutexObj { 8 8 mcs_lock l; 9 $thread* id;9 thread$ * id; 10 10 size_t sum; 11 11 }; … … 21 21 22 22 unsigned cs() { 23 $thread* me = active_thread();23 thread$ * me = active_thread(); 24 24 unsigned value = (unsigned)me; 25 25 mcs_node n;
Note: See TracChangeset
for help on using the changeset viewer.