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()624 pthread_mutex_lock(&m_surfaceLock); in onCreateSurface()626 pthread_mutex_unlock(&m_surfaceLock); in onCreateSurface()636 pthread_mutex_lock(&m_surfaceLock); in onDestroySurface()638 pthread_mutex_unlock(&m_surfaceLock); in onDestroySurface()649 pthread_mutex_lock(&m_surfaceLock); in isSurface()651 pthread_mutex_unlock(&m_surfaceLock); in isSurface()
124 pthread_mutex_t m_surfaceLock; variable