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

Method WaitStop

phxcomm/utils/thread_base.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int ThreadBase::WaitStop() {
26 pthread_join(thread_id_, NULL);
27 return 0;
28}
29
30void *ThreadBase::ThreadProcess(void *arg) {
31 ThreadBase *runner = (ThreadBase *) arg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected