Searched refs:resilient_startup (Results 1 – 1 of 1) sorted by relevance
14 const char* resilient_startup = NULL; variable19 if (resilient_startup == NULL) { in TlclStartupIfNeeded()20 resilient_startup = getenv("TLCL_RESILIENT_STARTUP"); in TlclStartupIfNeeded()21 if (resilient_startup == NULL) { in TlclStartupIfNeeded()22 resilient_startup = null_getenv; in TlclStartupIfNeeded()25 if (resilient_startup == null_getenv) { in TlclStartupIfNeeded()