HomeSort by: relevance | last modified time | path
    Searched refs:signalQueue (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
NextEvent.c 660 if (!ignoreSignals && app->signalQueue != NULL) {
661 SignalEventRec *se_ptr = app->signalQueue;
952 sptr->se_next = app->signalQueue;
957 app->signalQueue = sptr;
969 for (s = app->signalQueue; s != NULL && s != sid; s = s->se_next)
976 app->signalQueue = s->se_next;
1210 if (app->signalQueue != NULL) {
1211 SignalEventRec *se_ptr = app->signalQueue;
1350 if (mask & XtIMSignal && app->signalQueue != NULL) {
1351 SignalEventRec *se_ptr = app->signalQueue;
    [all...]
Display.c 432 app->signalQueue = NULL;
514 while (app->signalQueue)
515 XtRemoveSignal((XtSignalId) app->signalQueue);
  /xsrc/external/mit/libXt/dist/include/X11/
InitialI.h 160 SignalEventRec *signalQueue;

Completed in 6 milliseconds