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

  /xsrc/external/mit/libXt/dist/src/
Destroy.c 77 int dispatch_level; member in struct:_DestroyRec
322 _XtDoPhase2Destroy(XtAppContext app, int dispatch_level)
325 * contiguous in dispatch_level.
338 if (dr->dispatch_level >= dispatch_level) {
379 dr->dispatch_level = app->dispatch_level;
382 if (app->dispatch_level > 1) {
388 if (dr->dispatch_level < app->dispatch_level &
    [all...]
Event.c 1429 int dispatch_level; local
1437 dispatch_level = ++app->dispatch_level;
1487 _XtDoPhase2Destroy(app, dispatch_level);
1489 app->dispatch_level = dispatch_level - 1;
Display.c 456 app->destroy_list_size = app->destroy_count = app->dispatch_level = 0;
  /xsrc/external/mit/libICE/dist/src/
shutdown.c 196 if (!iceConn->free_asap && iceConn->dispatch_level != 0 &&
209 if (iceConn->io_ok && iceConn->dispatch_level == 0 &&
223 else if (iceConn->dispatch_level == 0 &&
accept.c 85 iceConn->dispatch_level = 0;
process.c 189 iceConn->dispatch_level++;
215 iceConn->dispatch_level--;
269 iceConn->dispatch_level--;
416 iceConn->dispatch_level--;
418 if (iceConn->dispatch_level == 0 && iceConn->free_asap)
connect.c 183 iceConn->dispatch_level = 0;
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h 165 int dispatch_level; /* IceProcessMessages dispatch level */ member in struct:_IceConn
  /xsrc/external/mit/libXt/dist/include/X11/
InitialI.h 183 int dispatch_level; member in struct:_XtAppStruct
401 int /* dispatch_level */
412 #define _XtSafeToDestroy(app) ((app)->dispatch_level == 0)

Completed in 72 milliseconds