Search | Google it | Results 1 - 3 of 3 for funcall:MUnlock from tkernel_2 (0.00 seconds) |
48: #define LockDM() MLock(&DevMgrLock, 0) 49: #define UnlockDM() MUnlock(&DevMgrLock, 0) 50:
92: #define LockGDI(gdi) MLock(&(gdi)->lock, 0) 93: #define UnlockGDI(gdi) MUnlock(&(gdi)->lock, 0) 94:
47: { 48: MUnlock(&LibLock, lockno); 49: }