Changes in src/Concurrency/Keywords.h [2cf3b87:6b0b624]
- File:
-
- 1 edited
-
src/Concurrency/Keywords.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.h
r2cf3b87 r6b0b624 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Keywords.h -- Implement concurrency constructs from their keywords.7 // Keywords.h -- 8 8 // 9 9 // Author : Thierry Delisle … … 19 19 20 20 class Declaration; 21 namespace ast {22 class TranslationUnit;23 }24 21 25 22 namespace Concurrency { … … 27 24 void implementMutexFuncs( std::list< Declaration * > & translationUnit ); 28 25 void implementThreadStarter( std::list< Declaration * > & translationUnit ); 29 30 /// Implement the sue-like keywords and the suspend keyword.31 void implementKeywords( ast::TranslationUnit & translationUnit );32 /// Implement the mutex parameters and mutex statement.33 void implementMutex( ast::TranslationUnit & translationUnit );34 /// Add the thread starter code to constructors.35 void implementThreadStarter( ast::TranslationUnit & translationUnit );36 26 }; 37 27
Note:
See TracChangeset
for help on using the changeset viewer.