Searched refs:m_surfaceLock (Results 1 – 2 of 2) sorted by relevance
80 pthread_mutex_init(&m_surfaceLock, NULL); in eglDisplay()88 pthread_mutex_destroy(&m_surfaceLock); in ~eglDisplay()627 pthread_mutex_lock(&m_surfaceLock); in onCreateSurface()629 pthread_mutex_unlock(&m_surfaceLock); in onCreateSurface()639 pthread_mutex_lock(&m_surfaceLock); in onDestroySurface()641 pthread_mutex_unlock(&m_surfaceLock); in onDestroySurface()652 pthread_mutex_lock(&m_surfaceLock); in isSurface()654 pthread_mutex_unlock(&m_surfaceLock); in isSurface()
120 pthread_mutex_t m_surfaceLock; variable