gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:EI from tkernel_2/lib/libtk/src/fastlock.c (0.00 seconds)
tkernel_2
lib/libtk/src/fastlock.c - 2.6KB - 115 lines
42:         c = ++lock->cnt;
43:         EI(imask);
44:         return c;
51: c = lock->cnt--; 52: EI(imask); 53: return c;