| return queue.isEmpty() && Time.monotonicNow() - emptyStartTime > time; | return Time.monotonicNow() - emptyStartTime.get() > time && queue.isEmpty(); | queue.isEmpty() && Time.monotonicNow() - emptyStartTime > time | Time.monotonicNow() - emptyStartTime.get() > time && queue.isEmpty() | hadoop | d328e667067743f723e332d92154da8e84e65742 | org.apache.hadoop.io.retry.AsyncCallHandler.ConcurrentQueue | | | _1 | emptyStartTime |
|---|
| _2 | emptyStartTime |
|---|
| | TCIVar | emptyStartTime |
|---|
| v0 | queue.isEmpty() |
|---|
| v1 | Time.monotonicNow() |
|---|
| | | TCIVar | emptyStartTime |
|---|
| v0 | queue.isEmpty() |
|---|
| v1 | Time.monotonicNow() |
|---|
| Uses | True |