Home
last modified time | relevance | path

Searched refs:TestQueue (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_eventcount.cpp41 struct TestQueue { struct
45 TestQueue() : val_() {} in TestQueue() argument
47 ~TestQueue() { VERIFY_IS_EQUAL(val_.load(), 0); } in ~TestQueue() argument
74 const int TestQueue::kQueueSize; argument
88 TestQueue queues[kQueues]; in test_stress_eventcount()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedQueueTest.java33 TestQueue<String> inner = new TestQueue<String>(); in create()
39 private static final class TestQueue<E> implements Queue<E> { class in SynchronizedQueueTest