Changeset 50b8885 for tests/concurrent/park
- Timestamp:
- Feb 13, 2020, 4:40:16 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b0c7419
- Parents:
- 3381ed7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/park/force_preempt.cfa
r3381ed7 r50b8885 21 21 22 22 void park_loop(Waiter & this, int id, bool force) { 23 23 24 for(int i = 0; i < 5; i++) { 24 25 // Unpark this thread, don't force a yield
Note: See TracChangeset
for help on using the changeset viewer.