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

Method BeforeRecycled

test/brpc_event_dispatcher_unittest.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void BeforeRecycled() {
74 count.store(0, butil::memory_order_relaxed);
75 g_user_data = NULL;
76 }
77
78 void BeforeAdditionalRefReleased() {
79 _additional_ref_released = true;

Callers

nothing calls this directly

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected