Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixutils.c569 QueueWorkProc(Bool (*function) (ClientPtr pClient, void *closure), in QueueWorkProc() function
628 return QueueWorkProc(q->function, q->client, q->closure); in ClientSignal()
649 count += QueueWorkProc(q->function, q->client, q->closure); in ClientSignalAll()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h249 extern _X_EXPORT Bool QueueWorkProc(Bool (*function)(ClientPtr clientUnused,
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c704 QueueWorkProc(EstablishNewConnections, NULL, (void *) (intptr_t) fd); in QueueNewConnections()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c85 QueueWorkProc(compScreenUpdate, serverClient, pScreen); in compReportDamage()
H A Dcompwindow.c131 QueueWorkProc(compRepaintBorder, serverClient, in compSetPixmapVisitWindow()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbInit.c238 QueueWorkProc(XkbWriteRulesProp, NULL, NULL); in XkbSetRulesUsed()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c365 if (!QueueWorkProc(ephyrEventWorkProc, NULL, NULL)) in ephyrScreenBlockHandler()