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

Method DoExecute

library/cpp/neh/jobqueue.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void DoExecute() override {
35 SetHighestThreadPriority();
36
37 TContExecutor e(RealStackSize(20000));
38
39 e.Execute<TExecThread, &TExecThread::Dispatcher>(this);
40 }
41
42 inline void Dispatcher(TCont* c) {
43 IJob* job;

Callers

nothing calls this directly

Calls 1

SetHighestThreadPriorityFunction · 0.85

Tested by

no test coverage detected