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

Method BaseThread

system/threading/base_thread.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18BaseThread::BaseThread():
19 m_handle(),
20 m_id(-1),
21 m_is_alive(false)
22{
23}
24
25BaseThread::BaseThread(const ThreadAttributes& attributes) :
26 m_attributes(attributes),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected