gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MUnlock from mtkernel_3/kernel/tkernel/sysmgr.h (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: 
43: #define LockREG() MLock(&knl_DevMgrLock, 1) 44: #define UnlockREG() MUnlock(&knl_DevMgrLock, 1) 45: