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

Method push

test/thread_collision_warner_unittest.cc:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void push(int value) {
135 DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_);
136 }
137
138 int pop() {
139 DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_);

Callers 3

TESTFunction · 0.45
push_threadFunction · 0.45
QueueUserClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected