Searched refs:pmMutex (Results 1 – 1 of 1) sorted by relevance
105 pthread_mutex_t pmMutex; member249 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()