Searched refs:pcNotEmpty (Results 1 – 1 of 1) sorted by relevance
106 pthread_cond_t pcNotEmpty; member266 pthread_cond_signal(&pQueue->pcNotEmpty); in PushMessage()283 pthread_cond_wait(&pQueue->pcNotEmpty, &pQueue->pmMutex); in PopMessage()346 pthread_cond_init(&pQueue->pcNotEmpty, NULL); in InitQueue()992 pthread_cond_destroy(&pWMInfo->wmMsgQueue.pcNotEmpty); in winMultiWindowWMProc()