Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/io-acquire.cfa

    r9ee3f54 r237df76  
    1010// Created On       : Mon Mar  1 18:40:09 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jan 14 09:13:18 2022
    13 // Update Count     : 74
     12// Last Modified On : Wed Oct  6 18:04:58 2021
     13// Update Count     : 72
    1414//
    1515
     
    1818#include <mutex_stmt.hfa>
    1919
    20 Duration default_preemption() { return 0; }
    21 
    2220thread T {};
    2321void main( T & ) {
     
    2523
    2624        for ( 100 ) {                                                                           // expression protection
    27                 mutex( sout ) sout | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
     25                mutex(sout) sout | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
    2826        }
    2927        mutex( sout ) {                                                                         // statement protection
     
    5351        int a, b, c, d, e, f, g, h, i;
    5452        for ( 100 ) {                                                                           // expression protection
    55                 mutex( sin ) sin | a | b | c | d | e | f | g | h | i;
     53                mutex(sin) sin | a | b | c | d | e | f | g | h | i;
    5654        }
    5755        mutex( sin ) {                                                                          // statement protection
Note: See TracChangeset for help on using the changeset viewer.