MCPcopy 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
285void TCoroTest::TestMutex() {
286 TContExecutor e(32000);
287 e.Execute(CoMutexTest);
288 UNIT_ASSERT_EQUAL(res, "1212");
289 res.clear();
290}
291
292static TContMutex m1;
293static TContCondVar c1;

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected