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

Function ConnectThread

test/endpoint_unittest.cpp:582–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void* ConnectThread(void* arg) {
583 bool timed = *(bool*)arg;
584 TestConnectInterruptImpl(timed);
585 return NULL;
586}
587
588void do_nothing_handler(int) {}
589

Callers

nothing calls this directly

Calls 1

TestConnectInterruptImplFunction · 0.70

Tested by

no test coverage detected