Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c2026 CARD32 *pProtocolFences; in ProcSyncAwaitFence() local
2051 pProtocolFences = (CARD32 *) &stuff[1]; in ProcSyncAwaitFence()
2054 for (i = 0; i < items; i++, pProtocolFences++, pAwait++) { in ProcSyncAwaitFence()
2055 if (*pProtocolFences == None) { in ProcSyncAwaitFence()
2060 client->errorValue = *pProtocolFences; in ProcSyncAwaitFence()
2073 *pProtocolFences, RTFence, XSyncCAAllTrigger); in ProcSyncAwaitFence()