Changes in tests/concurrent/semaphore.cfa [976bc68:8f1a99e]
- File:
-
- 1 edited
-
tests/concurrent/semaphore.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/semaphore.cfa
r976bc68 r8f1a99e 22 22 23 23 void main(Blocker & this) { 24 $thread* me = active_thread();24 thread$ * me = active_thread(); 25 25 this.sum = 0; 26 26 for(num_blocks) { … … 45 45 or else {} 46 46 47 $thread* t = V(ben, false);47 thread$ * t = V(ben, false); 48 48 if(t) { 49 49 this.sum += (unsigned)t;
Note:
See TracChangeset
for help on using the changeset viewer.