MCPcopy Create free account
hub / github.com/apache/brpc / ~Id

Function ~Id

src/bthread/id.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 ~Id() {
136 bthread::butex_destroy(butex);
137 bthread::butex_destroy(join_butex);
138 }
139
140 inline bool has_version(uint32_t id_ver) const {
141 return id_ver >= first_ver && id_ver < locked_ver;

Callers

nothing calls this directly

Calls 1

butex_destroyFunction · 0.85

Tested by

no test coverage detected