Changeset 10b5970 for tests/concurrency/mutexstmt/monitors.cfa
- Timestamp:
- Jan 7, 2025, 3:22:19 PM (2 weeks ago)
- Branches:
- master
- Children:
- 190a833
- Parents:
- 70670e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/mutexstmt/monitors.cfa
r70670e7 r10b5970 16 16 bool startFlag = false; 17 17 18 void main( T_Mutex & this) {18 void main( T_Mutex & ) { 19 19 for (unsigned int i = 0; i < num_times; i++) { 20 20 mutex ( m1 ) count++; … … 30 30 thread T_Multi {}; 31 31 32 void main( T_Multi & this) {32 void main( T_Multi & ) { 33 33 for (unsigned int i = 0; i < num_times; i++) { 34 34 mutex ( m1 ) {
Note: See TracChangeset
for help on using the changeset viewer.