Searched refs:sInitWindowMutex (Results 1 – 1 of 1) sorted by relevance
20 pthread_mutex_t sInitWindowMutex; variable116 pthread_mutex_lock(&sInitWindowMutex); in resize()119 pthread_cond_wait(&sInitWindowCond, &sInitWindowMutex); in resize()121 pthread_mutex_unlock(&sInitWindowMutex); in resize()141 pthread_mutex_lock(&sInitWindowMutex); in onAppCmd()144 pthread_mutex_unlock(&sInitWindowMutex); in onAppCmd()174 pthread_mutex_init(&sInitWindowMutex, nullptr); in android_main()