Search | Google it | Results 1 - 2 of 2 for fundef:UnlockDM (0.00 seconds) |
37: #define LockDM() MLock(&knl_DevMgrLock, 0) 38: #define UnlockDM() MUnlock(&knl_DevMgrLock, 0) 39:
48: #define LockDM() MLock(&DevMgrLock, 0) 49: #define UnlockDM() MUnlock(&DevMgrLock, 0) 50: