Changeset 9bb9545b
- Timestamp:
- Dec 23, 2020, 6:35:11 PM (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:
- 15c2545
- Parents:
- bd144fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/unified_locking/timeout_lock.cfa
rbd144fd r9bb9545b 11 11 semaphore s; // used for barrier like behaviour 12 12 13 const unsigned int NoOfTimes = 10;13 const unsigned int NoOfTimes = 20; 14 14 15 15 void block() {
Note: See TracChangeset
for help on using the changeset viewer.