Home
last modified time | relevance | path

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

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dlockable.h33 void reLockSafe() { if(!_guard.owns_lock()) _guard.lock(); } in reLockSafe() function
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dbgtask.cc199 tDtorEx cleaner([&](){g.reLockSafe(); nBgTimestamp = 0; g_StateCv.notifyAll();}); in Run()