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

/xsrc/external/mit/libXt/dist/src/
H A DDisplay.c531 static XtAppContext *appDestroyList = NULL; variable in typeref:typename:XtAppContext *
552 appDestroyList = XtReallocArray(appDestroyList,
555 appDestroyList[_XtAppDestroyCount - 1] = app;
572 if (_XtSafeToDestroy(appDestroyList[i]))
573 DestroyAppContext(appDestroyList[i]);
575 pApps[ii++] = appDestroyList[i];
579 XtFree((char *) appDestroyList);
580 appDestroyList = NULL;
584 appDestroyList[
[all...]

Completed in 3 milliseconds