Searched refs:QueueWorkProc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixutils.c | 569 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 D | dix.h | 249 extern _X_EXPORT Bool QueueWorkProc(Bool (*function)(ClientPtr clientUnused,
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | connection.c | 704 QueueWorkProc(EstablishNewConnections, NULL, (void *) (intptr_t) fd); in QueueNewConnections()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compalloc.c | 85 QueueWorkProc(compScreenUpdate, serverClient, pScreen); in compReportDamage()
|
| H A D | compwindow.c | 131 QueueWorkProc(compRepaintBorder, serverClient, in compSetPixmapVisitWindow()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbInit.c | 238 QueueWorkProc(XkbWriteRulesProp, NULL, NULL); in XkbSetRulesUsed()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 365 if (!QueueWorkProc(ephyrEventWorkProc, NULL, NULL)) in ephyrScreenBlockHandler()
|