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

Function Y_UNIT_TEST

util/thread/pool_ut.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92Y_UNIT_TEST_SUITE(TThreadPoolTest) {
93 Y_UNIT_TEST(TestTThreadPool) {
94 TThreadPoolTest t;
95 TThreadPool q;
96 t.TestAnyQueue(&q);
97 }
98
99 Y_UNIT_TEST(TestTThreadPoolBlocking) {
100 TThreadPoolTest t;

Callers

nothing calls this directly

Calls 13

TFailOnCopyClass · 0.85
TestFixedThreadNameFunction · 0.85
TestEnumeratedThreadNameFunction · 0.85
TestAnyQueueMethod · 0.80
SafeAddAndOwnMethod · 0.80
AddFuncMethod · 0.80
SafeAddFuncMethod · 0.80
TParamsClass · 0.50
StartMethod · 0.45
StopMethod · 0.45
GetThreadCountRealMethod · 0.45

Tested by

no test coverage detected