Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h130 bool inMaster = (std::this_thread::get_id() == g_Master); in ThrowTestException() local
133 … (g_ExceptionInMaster ^ inMaster)) ) { // we're the external thread and not expected to throw in ThrowTestException()
141 if(inMaster) ++g_MasterExecutedThrow; else ++g_NonMasterExecutedThrow; in ThrowTestException()
151 if(inMaster) ++g_MasterExecutedThrow; else ++g_NonMasterExecutedThrow; in ThrowTestException()
159 if(inMaster) ++g_MasterExecutedThrow; else ++g_NonMasterExecutedThrow; in ThrowTestException()