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