gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:QueRemoveNext (0.01 seconds)
mtkernel_3
kernel/tkernel/device.c - 13.5KB - 585 lines
66: 
67:         devcb = (DevCB*)QueRemoveNext(&knl_FreeDevCB);
68:         if ( devcb == NULL ) {
More results from mtkernel_3
tkernel_2
driver/tef_em1d/kbpd/src/statmach.c - 10.8KB - 383 lines
268:                 /* search empty KeyState */
269:                 ks = (KeyState*)QueRemoveNext(&StatMach.freq);
270:                 if ( ks == NULL ) return FALSE;
More results from tkernel_2
t2ex
t2ex_source/t2ex/load/src/pminfo.c - 4.0KB - 139 lines
118:         /* Get the first entry in free queue */
119:         prog = (ProgInfo*)QueRemoveNext(&pmFreeQue);
120: 
More results from t2ex