MCPcopy Create free account
hub / github.com/apache/impala / IsCurrentThread

Method IsCurrentThread

be/src/kudu/rpc/reactor.cc:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495bool ReactorThread::IsCurrentThread() const {
496 return thread_.get() == kudu::Thread::current_thread();
497}
498
499void ReactorThread::RunThread() {
500 ThreadRestrictions::SetWaitAllowed(false);

Callers 15

EpollRegisterMethod · 0.45
IdleMethod · 0.45
ShutdownMethod · 0.45
QueueOutboundMethod · 0.45
~CallAwaitingResponseMethod · 0.45
QueueOutboundCallMethod · 0.45
ReadHandlerMethod · 0.45
HandleIncomingCallMethod · 0.45
HandleCallResponseMethod · 0.45
WriteHandlerMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected