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

Method AddElement

CrossApp/basics/CASyncQueue.h:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 virtual ~CASyncQueue(void) {}
52
53 void AddElement(T v)
54 {
55 CAAutoLock lock(m_Cs);
56 m_SyncQueue.push(v);
57 }
58 bool PopElement(T& v)
59 {
60 CAAutoLock lock(m_Cs);

Callers 4

performSelectorMethod · 0.80
updateDelayTimersMethod · 0.80
notifyRunMethod · 0.80
addFramesMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected