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