Changeset c34a1a4


Ignore:
Timestamp:
May 11, 2023, 10:27:32 AM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
187570f
Parents:
8fd1b7c
Message:

removed uneeded busy wait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/waituntil/one_chan.cfa

    r8fd1b7c rc34a1a4  
    3737        printf("waiting for empty channels\n");
    3838        LINE_COUNTER = 3;
    39         size_t C_count = get_count( C );
    40         LINE_COUNTER = 5;
    41         while( C_count > 0 ) {
    42             C_count = get_count( C );
    43         }
     39        // size_t C_count = get_count( C );
     40        // LINE_COUNTER = 5;
     41        // while( C_count > 0 ) {
     42        //     C_count = get_count( C );
     43        // }
    4444        LINE_COUNTER = 7;
    4545        printf("sending sentinels\n");
Note: See TracChangeset for help on using the changeset viewer.