Searched refs:m_surfaceLock (Results 1 – 2 of 2) sorted by relevance
82 pthread_mutex_init(&m_surfaceLock, NULL); in eglDisplay()90 pthread_mutex_destroy(&m_surfaceLock); in ~eglDisplay()626 pthread_mutex_lock(&m_surfaceLock); in onCreateSurface()628 pthread_mutex_unlock(&m_surfaceLock); in onCreateSurface()638 pthread_mutex_lock(&m_surfaceLock); in onDestroySurface()640 pthread_mutex_unlock(&m_surfaceLock); in onDestroySurface()651 pthread_mutex_lock(&m_surfaceLock); in isSurface()653 pthread_mutex_unlock(&m_surfaceLock); in isSurface()
124 pthread_mutex_t m_surfaceLock; variable