Searched refs:dispatch_level (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DDestroy.c77 int dispatch_level; member in struct:_DestroyRec
322 _XtDoPhase2Destroy(XtAppContext app, int dispatch_level) argument
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...]
H A DEvent.c1429 int dispatch_level; local in function:XtDispatchEvent
1437 dispatch_level = ++app->dispatch_level;
1487 _XtDoPhase2Destroy(app, dispatch_level);
1489 app->dispatch_level = dispatch_level - 1;
H A DDisplay.c456 app->destroy_list_size = app->destroy_count = app->dispatch_level = 0;
/xsrc/external/mit/libICE/dist/src/
H A Dshutdown.c196 if (!iceConn->free_asap && iceConn->dispatch_level != 0 &&
209 if (iceConn->io_ok && iceConn->dispatch_level == 0 &&
223 else if (iceConn->dispatch_level == 0 &&
H A Daccept.c85 iceConn->dispatch_level = 0;
H A Dprocess.c189 iceConn->dispatch_level++;
215 iceConn->dispatch_level--;
269 iceConn->dispatch_level--;
416 iceConn->dispatch_level--;
418 if (iceConn->dispatch_level == 0 && iceConn->free_asap)
H A Dconnect.c183 iceConn->dispatch_level = 0;
/xsrc/external/mit/libICE/dist/include/X11/ICE/
H A DICEconn.h165 int dispatch_level; /* IceProcessMessages dispatch level */ member in struct:_IceConn
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h183 int dispatch_level; member in struct:_XtAppStruct
401 int /* dispatch_level */
412 #define _XtSafeToDestroy(app) ((app)->dispatch_level == 0)

Completed in 69 milliseconds