Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dlogging.cpp476 int cnt_halted = s_CntHaltedThreads.AddValue(1); in s_DoFatalAbort() local
480 for (int attempt=0; attempt<500 && cnt_halted != cnt_need; ++attempt) { in s_DoFatalAbort()
481 s_CntHaltedThreads.WaitValueChange(cnt_halted, s_JiffyTime); in s_DoFatalAbort()
482 cnt_halted = s_CntHaltedThreads.GetValue(); in s_DoFatalAbort()