Search | Google it | Results 1 - 1 of 1 for funcall:MLock from tkernel_2/kernel/sysmgr/src/sysmgr.h (0.00 seconds) |
47: IMPORT FastMLock DevMgrLock; 48: #define LockDM() MLock(&DevMgrLock, 0) 49: #define UnlockDM() MUnlock(&DevMgrLock, 0) 53: */ 54: #define LockREG() MLock(&DevMgrLock, 1) 55: #define UnlockREG() MUnlock(&DevMgrLock, 1) 59: */ 60: #define LockDAbort() MLock(&DevMgrLock, 2) 61: #define UnlockDAbort() MUnlock(&DevMgrLock, 2)