MCPcopy Create free account
hub / github.com/chen3feng/toft / Entry

Method Entry

system/threading/thread.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44private:
45 virtual void Entry()
46 {
47 m_function();
48 }
49
50 virtual void OnExit()
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected