Changeset b16e15e
- Timestamp:
- Jul 14, 2021, 4:42:19 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 93bbbc4
- Parents:
- cc64be1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/unified_locking/mutex_test.hfa
rcc64be1d rb16e15e 8 8 struct MutexObj { 9 9 LOCK l; 10 $thread* id;10 thread$ * id; 11 11 uint32_t sum; 12 12 }; … … 22 22 23 23 uint32_t cs() { 24 $thread* me = active_thread();24 thread$ * me = active_thread(); 25 25 uint32_t value; 26 26 lock(mo.l);
Note: See TracChangeset
for help on using the changeset viewer.