Search | Google it | Results 1 - 2 of 2 for fundef:LockREG (0.00 seconds) |
42: */ 43: #define LockREG() MLock(&knl_DevMgrLock, 1) 44: #define UnlockREG() MUnlock(&knl_DevMgrLock, 1)
53: */ 54: #define LockREG() MLock(&DevMgrLock, 1) 55: #define UnlockREG() MUnlock(&DevMgrLock, 1)