Search | Google it | Results 1 - 1 of 1 for funcall:MLock from tkernel_2/lib/libdrvif/src/gdrvif.c (0.00 seconds) |
91: */ 92: #define LockGDI(gdi) MLock(&(gdi)->lock, 0) 93: #define UnlockGDI(gdi) MUnlock(&(gdi)->lock, 0) 97: */ 98: #define LockCALL(gdi) MLock(&(gdi)->lock, 1) 99: #define UnlockCALL(gdi) MUnlock(&(gdi)->lock, 1)