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

Method Signal

library/cpp/neh/rq.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 inline void Signal() noexcept {
78 char ch = 21;
79 W.Write(&ch, 1);
80 }
81
82 inline void Wait() noexcept {
83 char buf[128];

Callers 15

~TIBMemPoolMethod · 0.45
ThreadFuncMethod · 0.45
CopyDataMethod · 0.45
AddRequestMethod · 0.45
AddResponseMethod · 0.45
AddCancelMethod · 0.45
AddSendRequestAccMethod · 0.45
AsyncSignalMethod · 0.45
StepMethod · 0.45
ExecServerThreadMethod · 0.45
~TUdpHttpMethod · 0.45

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected