- mtkernel_3
- kernel/tkernel/sysmgr.h - 4.7KB - 140 lines
36: IMPORT FastMLock knl_DevMgrLock;
37: #define LockDM() MLock(&knl_DevMgrLock, 0)
38: #define UnlockDM() MUnlock(&knl_DevMgrLock, 0)
- More results from sysmgr.h
- tkernel_2
- kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
47: IMPORT FastMLock DevMgrLock;
48: #define LockDM() MLock(&DevMgrLock, 0)
49: #define UnlockDM() MUnlock(&DevMgrLock, 0)
- More results from tkernel_2
- t2ex
- t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
126: {
127: MLock(&fs_gdt.mlock, locknum);
128: }
- More results from t2ex