- Timestamp:
- 04/01/12 20:16:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tests/JAVA/test/src/main/java/test/threads/queue/unstressed/impl/ABQConditionFreeQueue.java
r500 r527 14 14 public class ABQConditionFreeQueue<T> implements IQueue<T> { 15 15 16 private static final boolean USE_YIELD_BACKOFF = true;16 private static final boolean USE_YIELD_BACKOFF = false; 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.