gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:resid_to_index (0.00 seconds)
tkernel_2
kernel/tkernel/src/subsystem.c - 29.4KB - 1,062 lines
341: 
342:         idx = resid_to_index(resid);
343: 
982: /* System resource always exist */ 983: BitSet(resid_bitmap, resid_to_index(SYS_RESID)); 984:
1022: BEGIN_CRITICAL_SECTION; 1023: idx = resid_to_index(resid); 1024: if ( !BitTest(resid_bitmap, idx) ) {
1045: 1046: idx = resid_to_index(resid); 1047: ssycb = get_ssycb(ssid);