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

Method TestRetryBackoffBthread

test/brpc_channel_unittest.cpp:2059–2064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057 };
2058
2059 static void* TestRetryBackoffBthread(void* void_args) {
2060 auto args = static_cast<TestRetryBackoffInfo*>(void_args);
2061 args->channel_test->TestRetryBackoff(args->async, args->short_connection,
2062 args->fixed_backoff, false);
2063 return NULL;
2064 }
2065
2066 void TestRetryBackoff(bool async, bool short_connection, bool fixed_backoff,
2067 bool retry_backoff_in_pthread) {

Callers

nothing calls this directly

Calls 1

TestRetryBackoffMethod · 0.80

Tested by

no test coverage detected