gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:Unlock from t2ex (0.05 seconds)
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
136: #define LockMEM()       Lock(&MemLock)
137: #define UnlockMEM()     Unlock(&MemLock)
138: 
t2ex_source/kernel/extension/memory/t2ex/segmgr.h - 3.1KB - 75 lines
58: #define LockSEG()       Lock(&SegLock)
59: #define UnlockSEG()     Unlock(&SegLock)
60: 
t2ex_source/t2ex/datetime/src/service.c - 4.7KB - 184 lines
131: 
132:         Unlock(&dtLock);
133: 
t2ex_source/t2ex/load/src/pminfo.h - 3.2KB - 98 lines
66: #define LockPM()        Lock(&pmLock);
67: #define UnlockPM()      Unlock(&pmLock);
68: 
t2ex_source/t2ex/load/src/service.h - 2.7KB - 78 lines
67: #define LockPM()        Lock(&pmLock);
68: #define UnlockPM()      Unlock(&pmLock);
69: