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

/xsrc/external/mit/libXt/dist/include/X11/
H A DThreadsI.h85 extern void (*_XtProcessUnlock)(
99 #define UNLOCK_PROCESS if(_XtProcessUnlock)(*_XtProcessUnlock)()
/xsrc/external/mit/libXt/dist/src/
H A DThreads.c406 if (_XtProcessUnlock)
407 (*_XtProcessUnlock) ();
421 _XtProcessUnlock = ProcessUnlock;
H A DDisplay.c83 void (*_XtProcessUnlock) (void) = NULL; variable in typeref:typename:void (*)(void)

Completed in 4 milliseconds