Search | Google it | Results 1 - 3 of 3 for funcall:MLock from tkernel_2 (0.00 seconds) |
47: IMPORT FastMLock DevMgrLock; 48: #define LockDM() MLock(&DevMgrLock, 0) 49: #define UnlockDM() MUnlock(&DevMgrLock, 0)
91: */ 92: #define LockGDI(gdi) MLock(&(gdi)->lock, 0) 93: #define UnlockGDI(gdi) MUnlock(&(gdi)->lock, 0)
42: { 43: return MLock(&LibLock, lockno); 44: }