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

Method WaitT

util/system/condvar.h:37–39  ·  view source on GitHub ↗

* returns false if failed by timeout */

Source from the content-addressed store, hash-verified

35 * returns false if failed by timeout
36 */
37 inline bool WaitT(TMutex& m, TDuration timeout) noexcept {
38 return WaitD(m, timeout.ToDeadLine());
39 }
40
41 template <typename P>
42 inline bool WaitT(TMutex& m, TDuration timeout, P pred) noexcept {

Callers 12

TStopMetaRequesterMethod · 0.45
ProceedRequestsMethod · 0.45
WaitMethod · 0.45
WaitMethod · 0.45
RunBasicsMethod · 0.45
RunSyncronizeMethod · 0.45
ProcessMethod · 0.45
Y_UNIT_TESTFunction · 0.45
WaitForJobMethod · 0.45
AwaitMethod · 0.45

Calls 2

ToDeadLineMethod · 0.80
moveFunction · 0.50

Tested by

no test coverage detected