Changeset b200492


Ignore:
Timestamp:
Jan 24, 2022, 12:57:59 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
451d958, 7cf3b1d
Parents:
1612315
Message:

Fixed last push which wasn't checked properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/preempt.cfa

    r1612315 rb200492  
    2626thread worker_t {
    2727        int value;
    28         unsigned spin = 0;
     28        unsigned spin;
    2929};
    3030
     
    4444                        if( (next % 100) == 0 ) printf("%d\n", (int)next);
    4545                        __cfaabi_check_preemption();
    46                         spin = 0;
     46                        this.spin = 0;
    4747                }
    4848                __cfaabi_check_preemption();
Note: See TracChangeset for help on using the changeset viewer.