Changes in src/Concurrency/Keywords.h [11df881:2cf3b87]
- File:
-
- 1 edited
-
src/Concurrency/Keywords.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.h
r11df881 r2cf3b87 28 28 void implementThreadStarter( std::list< Declaration * > & translationUnit ); 29 29 30 /// Implement the sue-like keywords and the suspend keyword. Pre-Autogen30 /// Implement the sue-like keywords and the suspend keyword. 31 31 void implementKeywords( ast::TranslationUnit & translationUnit ); 32 /// Implement the mutex parameters and mutex statement. Post-Autogen32 /// Implement the mutex parameters and mutex statement. 33 33 void implementMutex( ast::TranslationUnit & translationUnit ); 34 /// Add the thread starter code to constructors. Post-Autogen34 /// Add the thread starter code to constructors. 35 35 void implementThreadStarter( ast::TranslationUnit & translationUnit ); 36 36 };
Note:
See TracChangeset
for help on using the changeset viewer.