Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_priority_queue.cpp88 MyThrowingType() = default; argument
89 MyThrowingType( const MyThrowingType& src ) : MyDataType(src) { in MyThrowingType() function
95 MyThrowingType& operator=( const MyThrowingType& other ) { in operator =() argument
101 int MyThrowingType::throw_flag = 0;
111 MyThrowingType elem; in test_exceptions()
115 MyThrowingType::throw_flag = 1; in test_exceptions()
121 MyThrowingType::throw_flag = 1; in test_exceptions()
127 MyThrowingType::throw_flag = 0; in test_exceptions()
132 MyThrowingType::throw_flag = 0; in test_exceptions()
138 MyThrowingType::throw_flag = 1; in test_exceptions()
[all …]