Changes in / [04994aa:7192145]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/cycle.go

    r04994aa r7192145  
    1414        for true {
    1515                <- mine
    16                 select {
    17                 case next <- 0:
    18                 default:
    19                 }
     16                next <- 0
    2017                count += 1
    2118                if  clock_mode && atomic.LoadInt32(&stop) == 1 { break }
Note: See TracChangeset for help on using the changeset viewer.