Searched refs:notifyFunc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsleepuntil.h38 void (*notifyFunc) (ClientPtr /* client */ ,
H A Dsleepuntil.c48 void (*notifyFunc) (ClientPtr /* client */ , member in struct:_Sertafied
75 void (*notifyFunc) (ClientPtr, void *), void *closure)
103 pRequest->notifyFunc = 0;
106 if (!notifyFunc)
107 notifyFunc = ClientAwaken;
108 pRequest->notifyFunc = notifyFunc;
146 if (pRequest->notifyFunc)
147 (*pRequest->notifyFunc) (pRequest->pClient, pRequest->closure);
73 ClientSleepUntil(ClientPtr client,TimeStamp * revive,void (* notifyFunc)(ClientPtr,void *),void * closure) argument
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsleepuntil.h39 void (*notifyFunc)(
H A Dsleepuntil.c48 void (*notifyFunc)( member in struct:_Sertafied
83 void (*notifyFunc)(ClientPtr, pointer),
115 pRequest->notifyFunc = 0;
118 if (!notifyFunc)
119 notifyFunc = ClientAwaken;
120 pRequest->notifyFunc = notifyFunc;
162 if (pRequest->notifyFunc)
163 (*pRequest->notifyFunc) (pRequest->pClient, pRequest->closure);
81 ClientSleepUntil(ClientPtr client,TimeStamp * revive,void (* notifyFunc)(ClientPtr,pointer),pointer closure) argument

Completed in 4 milliseconds