MCPcopy Create free account
hub / github.com/apache/brpc / get_version

Function get_version

test/bthread_id_unittest.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31namespace {
32inline uint32_t get_version(bthread_id_t id) {
33 return (uint32_t)(id.value & 0xFFFFFFFFul);
34}
35
36struct SignalArg {
37 bthread_id_t id;

Callers 3

TESTFunction · 0.70
stopped_waiterFunction · 0.70
waiterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected