Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestMutex
Method
TestMutex
library/cpp/coroutine/engine/coroutine_ut.cpp:285–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
void TCoroTest::TestMutex() {
286
TContExecutor e(32000);
287
e.Execute(CoMutexTest);
288
UNIT_ASSERT_EQUAL(res,
"1212"
);
289
res.clear();
290
}
291
292
static TContMutex m1;
293
static TContCondVar c1;
Callers
nothing calls this directly
Calls
2
Execute
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected