Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c106 pthread_cond_t pcNotEmpty; member
266 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()