Demuxer improved, cellPamf improved
File reading improved
This commit is contained in:
+2
-4
@@ -81,15 +81,13 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
u32 GetCount()
|
||||
volatile u32 GetCount()
|
||||
{
|
||||
SMutexLocker lock(m_mutex);
|
||||
return m_count;
|
||||
}
|
||||
|
||||
bool IsEmpty()
|
||||
volatile bool IsEmpty()
|
||||
{
|
||||
SMutexLocker lock(m_mutex);
|
||||
return !m_count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user