- Timestamp:
- Aug 29, 2021, 9:14:18 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 1d402be
- Parents:
- 702839bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.cc
r702839bb r5b7c8b5 669 669 lock_fn_type->get_parameters().push_back( this_decl->clone() ); 670 670 unlock_fn_type->get_parameters().push_back( this_decl->clone() ); 671 fixupGenerics(lock_fn_type, decl); 672 fixupGenerics(unlock_fn_type, decl); 671 673 672 674 delete this_decl; … … 689 691 Type::Inline 690 692 ); 691 fixupGenerics(lock_fn_type, decl);692 693 693 694 UntypedExpr * get_monitor_lock = new UntypedExpr ( … … 725 726 Type::Inline 726 727 ); 727 fixupGenerics(unlock_fn_type, decl);728 728 729 729 CompoundStmt * unlock_statement = new CompoundStmt();
Note: See TracChangeset
for help on using the changeset viewer.