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

Method Start

system/threading/base_thread.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void BaseThread::Start()
63{
64 TOFT_CHECK_PTHREAD_ERROR(DoStart());
65}
66
67bool BaseThread::TryStart()
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected