HomeSort by: relevance | last modified time | path
    Searched defs:_XUnlockMutex (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
locking.c 38 #undef _XUnlockMutex
113 static void _XUnlockMutex(
638 _XUnlockMutex_fn = _XUnlockMutex;
  /xsrc/external/mit/libX11/dist/include/X11/
Xlibint.h 427 #define _XUnlockMutex(lock) if (_XUnlockMutex_fn) (*_XUnlockMutex_fn)(lock,__FILE__,__LINE__)
433 #define _XUnlockMutex(lock) if (_XUnlockMutex_fn) (*_XUnlockMutex_fn)(lock)
441 #define _XUnlockMutex(lock)

Completed in 5 milliseconds