Changeset b6e0b61 for src/Concurrency
- Timestamp:
- Jun 7, 2022, 1:49:39 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 720f2fe2
- Parents:
- 86c12d65 (diff), c8f5f7d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- src/Concurrency
- Files:
-
- 1 added
- 3 edited
-
Waitfor.cc (modified) (1 diff)
-
Waitfor.h (modified) (1 diff)
-
WaitforNew.cpp (added)
-
module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Waitfor.cc
r86c12d65 rb6e0b61 56 56 | | 57 57 | | 58 | |58 | | 59 59 | | 60 60 | | -
src/Concurrency/Waitfor.h
r86c12d65 rb6e0b61 19 19 20 20 class Declaration; 21 namespace ast { 22 class TranslationUnit; 23 } 21 24 22 25 namespace Concurrency { 23 26 void generateWaitFor( std::list< Declaration * > & translationUnit ); 27 28 void generateWaitFor( ast::TranslationUnit & translationUnit ); 24 29 }; 25 30 -
src/Concurrency/module.mk
r86c12d65 rb6e0b61 19 19 Concurrency/Keywords.cc \ 20 20 Concurrency/Keywords.h \ 21 Concurrency/WaitforNew.cpp \ 21 22 Concurrency/Waitfor.cc \ 22 23 Concurrency/Waitfor.h
Note:
See TracChangeset
for help on using the changeset viewer.