MCPcopy Create free account
hub / github.com/9miao/CrossApp / notifyRun

Method notifyRun

CrossApp/basics/CAThread.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void CAThread::notifyRun(void* param)
64{
65 if (m_ThreadDataQueue.GetCount() < m_iMaxMsgCount)
66 {
67 m_ThreadDataQueue.AddElement(param);
68 }
69}
70
71void CAThread::clear(bool bFree)
72{

Callers

nothing calls this directly

Calls 2

GetCountMethod · 0.80
AddElementMethod · 0.80

Tested by

no test coverage detected