Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/
Dtest_7571.cpp63 bool exceptionOccurred2(false); in main() local
66 boost::thread thread2(threadFunc, 2, boost::ref(exceptionOccurred2)); in main()
87 if (exceptionOccurred1 || exceptionOccurred2) { in main()