MCPcopy Create free account
hub / github.com/catboost/catboost / WaitI

Method WaitI

util/system/condvar.h:49–51  ·  view source on GitHub ↗

* infinite wait */

Source from the content-addressed store, hash-verified

47 * infinite wait
48 */
49 inline void WaitI(TMutex& m) noexcept {
50 WaitD(m, TInstant::Max());
51 }
52
53 template <typename P>
54 inline void WaitI(TMutex& m, P pred) noexcept {

Callers 4

with_lockMethod · 0.45
ProcessMethod · 0.45
with_lockFunction · 0.45

Calls 2

MaxFunction · 0.50
moveFunction · 0.50

Tested by

no test coverage detected