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

Function ConnectThread

test/bthread_fd_unittest.cpp:633–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void* ConnectThread(void* arg) {
634 bool timed = *(bool*)arg;
635 TestConnectInterruptImpl(timed);
636 return NULL;
637}
638
639void TestConnectInterrupt(bool timed) {
640 bthread_t tid;

Callers

nothing calls this directly

Calls 1

TestConnectInterruptImplFunction · 0.70

Tested by

no test coverage detected