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

/xsrc/external/mit/libXt/dist/include/X11/
H A DThreadsI.h89 extern void (*_XtInitAppLock)(
95 #define INIT_APP_LOCK(app) if(_XtInitAppLock) (*_XtInitAppLock)(app)
/xsrc/external/mit/libXt/dist/src/
H A DThreads.c422 _XtInitAppLock = InitAppLock;
H A DDisplay.c84 void (*_XtInitAppLock) (XtAppContext) = NULL; variable in typeref:typename:void (*)(XtAppContext)

Completed in 4 milliseconds