Changeset db19e1d for src/Concurrency
- Timestamp:
- Sep 3, 2024, 12:08:09 PM (4 months ago)
- Branches:
- master
- Children:
- 737bf73
- Parents:
- cdbb909
- Location:
- src/Concurrency
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.cpp
rcdbb909 rdb19e1d 1510 1510 1511 1511 ast::ptr<ast::Type> MutexKeyword::generic_func = 1512 new ast::FunctionType( ast:: VariableArgs );1512 new ast::FunctionType( ast::FixedArgs ); 1513 1513 1514 1514 // -------------------------------------------------------------------------- -
src/Concurrency/Waitfor.cpp
rcdbb909 rdb19e1d 302 302 const ast::ObjectDecl * monitors = declMonitors( out, clause ); 303 303 ast::Type * fptr_t = new ast::PointerType( 304 new ast::FunctionType( ast:: VariableArgs ) );304 new ast::FunctionType( ast::FixedArgs ) ); 305 305 306 306 const ast::VariableExpr * variableExpr =
Note: See TracChangeset
for help on using the changeset viewer.