Search | Google it | Results 1 - 1 of 1 for funcall:MUnlock from mtkernel_3/kernel/tkernel/sysmgr.h (0.00 seconds) |
37: #define LockDM() MLock(&knl_DevMgrLock, 0) 38: #define UnlockDM() MUnlock(&knl_DevMgrLock, 0) 39: 43: #define LockREG() MLock(&knl_DevMgrLock, 1) 44: #define UnlockREG() MUnlock(&knl_DevMgrLock, 1) 45: