Searched refs:m_count (Results 1 – 6 of 6) sorted by relevance
39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size) in CSemaphore()59 while ( m_count == 0 ) in wait()62 m_count --; in wait()78 if ( m_count == 0 ) { in wait()85 m_count --; in wait()96 if ( m_count == 0 ) in wouldWait()109 m_count ++; in signal()
65 int m_count; variable
2348 m_count(0), in Cues()2357 const long n = m_count + m_preload_count; in ~Cues()2379 return m_count; //TODO: really ignore preload count? in GetCount()2395 assert(m_count == 0); in Init()2437 assert(m_count == 0); in PreloadCuePoint()2506 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint()2511 ++m_count; in LoadCuePoint()2538 assert(m_count > 0); in Find()2543 CuePoint** const jj = ii + m_count + m_preload_count; in Find()2593 if (m_count == 0) in Find()[all …]
686 mutable long m_count; member in mkvparser::Cues
2378 m_count(0), in Cues()2387 const long n = m_count + m_preload_count; in ~Cues()2409 return m_count; //TODO: really ignore preload count? in GetCount()2425 assert(m_count == 0); in Init()2467 assert(m_count == 0); in PreloadCuePoint()2536 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint()2543 ++m_count; in LoadCuePoint()2570 assert(m_count > 0); in Find()2575 CuePoint** const jj = ii + m_count + m_preload_count; in Find()2625 if (m_count == 0) in Find()[all …]
865 mutable long m_count; member in mkvparser::Cues