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

Method CAThread

CrossApp/basics/CAThread.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30CAThread::CAThread()
31: m_bIsRunning(false)
32, m_pThreadFunc(NULL)
33, m_iMaxMsgCount(32)
34{
35 pthread_mutex_init(&m_SleepMutex, NULL);
36 pthread_cond_init(&m_SleepCondition, NULL);
37}
38
39CAThread::~CAThread()
40{

Callers

nothing calls this directly

Calls 1

pthread_mutex_initFunction · 0.85

Tested by

no test coverage detected