MCPcopy Create free account
hub / github.com/Tencent/phxsql / PhxThread

Method PhxThread

phxsqlproxy/phxthread.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace phxsqlproxy {
16
17PhxThread::PhxThread() :
18 thr_(NULL) {
19}
20
21PhxThread::~PhxThread() {
22 if (thr_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected