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

Method SetConnected

src/brpc/stream.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void Stream::SetConnected() {
267 return SetConnected(NULL);
268}
269
270void Stream::SetConnected(const StreamSettings* remote_settings) {
271 bthread_mutex_lock(&_connect_mutex);

Callers 2

Calls 8

bthread_mutex_lockFunction · 0.85
bthread_mutex_unlockFunction · 0.85
idFunction · 0.85
IsInitializedMethod · 0.45
MergeFromMethod · 0.45
stream_idMethod · 0.45
storeMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected