Searched refs:inMaster (Results 1 – 1 of 1) sorted by relevance
130 bool inMaster = (std::this_thread::get_id() == g_Master); in ThrowTestException() local133 … (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()