Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ GetNativeHandle
Method
GetNativeHandle
src/server/worker.h:122–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
bool IsTerminated() const { return worker_->IsTerminated(); }
121
122
std::thread::native_handle_type GetNativeHandle() { return native_thread_handle_.load(std::memory_order_relaxed); }
123
124
private:
125
std::thread t_;
Callers
1
GetCpuInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected