Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp122 struct throw_element { struct
123 throw_element() = default;
124 throw_element(const throw_element&) { in throw_element() function
130 throw_element& operator= (const throw_element&) = default;
198 CopyWithThrowElement<tbb::concurrent_queue<throw_element>>();
199 CopyWithThrowElement<tbb::concurrent_bounded_queue<throw_element>>();