gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:UnlockDM (0.00 seconds)
mtkernel_3
kernel/tkernel/sysmgr.h - 4.7KB - 140 lines
37: #define LockDM()        MLock(&knl_DevMgrLock, 0)
38: #define UnlockDM()      MUnlock(&knl_DevMgrLock, 0)
39: 
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
48: #define LockDM()        MLock(&DevMgrLock, 0)
49: #define UnlockDM()      MUnlock(&DevMgrLock, 0)
50: