gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:EI from mtkernel_3/lib/libtk/fastlock.c (0.00 seconds)
mtkernel_3
lib/libtk/fastlock.c - 2.3KB - 109 lines
39:         c = ++lock->cnt;
40:         EI(imask);
41:         return c;
48: c = lock->cnt--; 49: EI(imask); 50: return c;