Home
last modified time | relevance | path

Searched refs:INIT_APP_LOCK (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DThreadsI.h95 #define INIT_APP_LOCK(app) if(_XtInitAppLock) (*_XtInitAppLock)(app) macro
122 #define INIT_APP_LOCK(app)
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DDisplay.c420 INIT_APP_LOCK(app); in XtCreateApplicationContext()