Changes in tests/unified_locking/mcs.cfa [8f1a99e:c51124b]
- File:
-
- 1 edited
-
tests/unified_locking/mcs.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/unified_locking/mcs.cfa
r8f1a99e rc51124b 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.