gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:MUnlock (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: 
More results from sysmgr.h
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
48: #define LockDM()        MLock(&DevMgrLock, 0)
49: #define UnlockDM()      MUnlock(&DevMgrLock, 0)
50: 
More results from tkernel_2
t2ex
t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
130: {
131:         MUnlock(&fs_gdt.mlock, locknum);
132: }
More results from t2ex