HomeSort by relevance Sort by last modified time
    Searched refs:_XUnlockMutex_fn (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 279 #define _XUnlockMutex_fn (*_XUnlockMutex_fn_p)
297 extern void (*_XUnlockMutex_fn)(
311 #define _XUnlockMutex(lock) if (_XUnlockMutex_fn) (*_XUnlockMutex_fn)(lock,__FILE__,__LINE__)
317 #define _XUnlockMutex(lock) if (_XUnlockMutex_fn) (*_XUnlockMutex_fn)(lock)
    [all...]
Xos_r.h 113 extern void (*_XUnlockMutex_fn)(
125 (_XUnlockMutex_fn ? (*_XUnlockMutex_fn)(_Xglobal_lock,__FILE__,__LINE__) : 0)
135 extern void (*_XUnlockMutex_fn)(
147 (_XUnlockMutex_fn ? ((*_XUnlockMutex_fn)(_Xglobal_lock), 0) : 0)
    [all...]

Completed in 624 milliseconds