gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:MUnlock from tkernel_2 (0.00 seconds)
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 sysmgr.h
lib/libdrvif/src/gdrvif.c - 32.8KB - 1,032 lines
92: #define LockGDI(gdi)    MLock(&(gdi)->lock, 0)
93: #define UnlockGDI(gdi)  MUnlock(&(gdi)->lock, 0)
94: 
More results from gdrvif.c
lib/libtk/src/liblock.c - 1.3KB - 54 lines
47: {
48:         MUnlock(&LibLock, lockno);
49: }