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

Function Y_UNIT_TEST

util/thread/lfstack_ut.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 };
109
110 Y_UNIT_TEST(TestDequeueAll) {
111 TDequeueAllTester<false>().Run();
112 }
113
114 Y_UNIT_TEST(TestDequeueAllSingleConsumer) {
115 TDequeueAllTester<true>().Run();

Callers

nothing calls this directly

Calls 15

TCopyCountClass · 0.85
RunMethod · 0.45
DequeueAllMethod · 0.45
emptyMethod · 0.45
EnqueueMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45
EnqueueAllMethod · 0.45
push_backMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected