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

Function CoMutexTest

library/cpp/coroutine/engine/coroutine_ut.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static void CoMutexTest(TCont* c, void* /*run*/) {
281 c->Executor()->Create(CoMutex, nullptr, "1");
282 c->Executor()->Create(CoMutex, nullptr, "2");
283}
284
285void TCoroTest::TestMutex() {
286 TContExecutor e(32000);

Callers

nothing calls this directly

Calls 2

CreateMethod · 0.45
ExecutorMethod · 0.45

Tested by

no test coverage detected