Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/semaphore.cfa

    r976bc68 r8f1a99e  
    2222
    2323void main(Blocker & this) {
    24         $thread * me = active_thread();
     24        thread$ * me = active_thread();
    2525        this.sum = 0;
    2626        for(num_blocks) {
     
    4545                or else {}
    4646
    47                 $thread * t = V(ben, false);
     47                thread$ * t = V(ben, false);
    4848                if(t) {
    4949                        this.sum += (unsigned)t;
Note: See TracChangeset for help on using the changeset viewer.