Lines Matching refs:dispatch_level
77 int dispatch_level;
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 &&
392 dr2->dispatch_level = dr->dispatch_level;
399 app->dispatch_level = 1; /* avoid nested _XtDoPhase2Destroy */
401 app->dispatch_level = 0;