gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MUnlock from tkernel_2/kernel/sysmgr/src/sysmgr.h (0.00 seconds)
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
48: #define LockDM()        MLock(&DevMgrLock, 0)
49: #define UnlockDM()      MUnlock(&DevMgrLock, 0)
50: 
54: #define LockREG() MLock(&DevMgrLock, 1) 55: #define UnlockREG() MUnlock(&DevMgrLock, 1) 56:
60: #define LockDAbort() MLock(&DevMgrLock, 2) 61: #define UnlockDAbort() MUnlock(&DevMgrLock, 2) 62: