gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:UnlockREG (0.00 seconds)
mtkernel_3
kernel/tkernel/sysmgr.h - 4.7KB - 140 lines
43: #define LockREG()       MLock(&knl_DevMgrLock, 1)
44: #define UnlockREG()     MUnlock(&knl_DevMgrLock, 1)
45: 
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
54: #define LockREG()       MLock(&DevMgrLock, 1)
55: #define UnlockREG()     MUnlock(&DevMgrLock, 1)
56: