MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~ThreadBase

Method ~ThreadBase

phxcomm/utils/thread_base.cpp:18–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18ThreadBase::~ThreadBase() {
19}
20
21int ThreadBase::Run() {
22 return pthread_create(&thread_id_, NULL, &ThreadProcess, this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected