Searched refs:tlsCtorRun (Results 1 – 1 of 1) sorted by relevance
527 static bool tlsCtorRun; variable528 static this() { tlsCtorRun = true; } in this()529 static ~this() { tlsCtorRun = false; } in ~this()544 if ( initTls && !tlsCtorRun ) // avoid duplicate calls558 if ( exitTls && tlsCtorRun ) // avoid dtors to be run twice