Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ ThreadKey
Method
ThreadKey
src/butil/thread_key.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
static constexpr size_t InitSeq = 0;
41
42
constexpr ThreadKey() : _id(InvalidID), _seq(InitSeq) {}
43
44
~ThreadKey() {
45
Reset();
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected