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

Function make_id

src/bthread/execution_queue.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45inline uint64_t make_id(uint32_t version, slot_id_t slot) {
46 return (((uint64_t)version) << 32) | slot.value;
47}
48} // namespace anonymous
49
50struct ExecutionQueueVars {

Callers 1

createMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected