Changeset b18830e for src/Concurrency
- Timestamp:
- Sep 20, 2017, 2:07:57 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 0895cba
- Parents:
- f980549
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Waitfor.cc
rf980549 rb18830e 484 484 new CaseStmt( 485 485 noLabels, 486 new ConstantExpr( Constant::from_ ulong( i++) ),486 new ConstantExpr( Constant::from_int( -2 ) ), 487 487 { 488 488 waitfor->timeout.statement, … … 501 501 new CaseStmt( 502 502 noLabels, 503 new ConstantExpr( Constant::from_ ulong( i++) ),503 new ConstantExpr( Constant::from_int( -1 ) ), 504 504 { 505 505 waitfor->orelse.statement,
Note: See TracChangeset
for help on using the changeset viewer.