Home
last modified time | relevance | path

Searched refs:pmMutex (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c105 pthread_mutex_t pmMutex; member
249 pthread_mutex_lock(&pQueue->pmMutex); in PushMessage()
263 pthread_mutex_unlock(&pQueue->pmMutex); in PushMessage()
279 pthread_mutex_lock(&pQueue->pmMutex); in PopMessage()
283 pthread_cond_wait(&pQueue->pcNotEmpty, &pQueue->pmMutex); in PopMessage()
296 pthread_mutex_unlock(&pQueue->pmMutex); in PopMessage()
341 pthread_mutex_init(&pQueue->pmMutex, NULL); in InitQueue()
995 pthread_mutex_destroy(&pWMInfo->wmMsgQueue.pmMutex); in winMultiWindowWMProc()