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

Method Run

phxcomm/utils/thread_base.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21int ThreadBase::Run() {
22 return pthread_create(&thread_id_, NULL, &ThreadProcess, this);
23}
24
25int ThreadBase::WaitStop() {
26 pthread_join(thread_id_, NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected