Changeset c8f5f7d for src/Concurrency
- Timestamp:
- Jun 7, 2022, 1:33:36 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- b6e0b61
- Parents:
- ac1aba4b
- 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
rac1aba4b rc8f5f7d 56 56 | | 57 57 | | 58 | |58 | | 59 59 | | 60 60 | | -
src/Concurrency/Waitfor.h
rac1aba4b rc8f5f7d 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
rac1aba4b rc8f5f7d 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.