- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/mutexstmt/monitors.cfa
ra4d098c raf67ee1 1 1 #include <monitor.hfa> 2 #include <mutex_stmt.hfa> 2 3 #include <stdio.h> 3 4 #include <stdlib.hfa> … … 13 14 bool insideFlag = false; 14 15 int count = 0; 16 bool startFlag = false; 15 17 16 18 void main( T_Mutex & this ) {
Note: See TracChangeset
for help on using the changeset viewer.