Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~TChildCudaManagerInitializer
Method · 0.45
with_lock
Method · 0.45
Process
Method · 0.45
with_lock
Function · 0.45
Calls
2
Max
Function · 0.50
move
Function · 0.50
Tested by
no test coverage detected