Changeset 6797f8f
- Timestamp:
- Dec 23, 2020, 10:02:46 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bd144fd
- Parents:
- c2409fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/unified_locking/timeout_lock.cfa
rc2409fd r6797f8f 11 11 semaphore s; // used for barrier like behaviour 12 12 13 const unsigned int NoOfTimes = 20;13 const unsigned int NoOfTimes = 10; 14 14 15 15 void block() {
Note: See TracChangeset
for help on using the changeset viewer.