Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c104 struct _WMMsgNodeRec *pTail; member
253 if (pQueue->pTail != NULL) { in PushMessage()
254 pQueue->pTail->pNext = pNode; in PushMessage()
256 pQueue->pTail = pNode; in PushMessage()
291 if (pQueue->pTail == pNode) { in PopMessage()
292 pQueue->pTail = NULL; in PopMessage()
336 pQueue->pTail = NULL; in InitQueue()