HomeSort by relevance Sort by last modified time
    Searched refs:m_waiters_count (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.h 64 int m_waiters_count; member in class:CSemaphore
CSemaphore.cpp 39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size)
58 m_waiters_count ++;
61 m_waiters_count --;
77 m_waiters_count ++;
81 m_waiters_count --;
107 if ( m_waiters_count > 0 )

Completed in 214 milliseconds