MCPcopy Create free account
hub / github.com/chenshuo/muduo / startThread

Function startThread

muduo/base/Thread.cc:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106};
107
108void* startThread(void* obj)
109{
110 ThreadData* data = static_cast<ThreadData*>(obj);
111 data->runInThread();
112 delete data;
113 return NULL;
114}
115
116} // namespace detail
117

Callers

nothing calls this directly

Calls 1

runInThreadMethod · 0.45

Tested by

no test coverage detected