Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
495
bool ReactorThread::IsCurrentThread() const {
496
return thread_.get() == kudu::Thread::current_thread();
497
}
498
499
void ReactorThread::RunThread() {
500
ThreadRestrictions::SetWaitAllowed(false);
Callers
15
EpollRegister
Method · 0.45
Idle
Method · 0.45
Shutdown
Method · 0.45
QueueOutbound
Method · 0.45
~CallAwaitingResponse
Method · 0.45
HandleOutboundCallTimeout
Method · 0.45
QueueOutboundCall
Method · 0.45
ReadHandler
Method · 0.45
HandleIncomingCall
Method · 0.45
HandleCallResponse
Method · 0.45
WriteHandler
Method · 0.45
MarkNegotiationComplete
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected