gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 7 of 7 for funcall:QueInit from t2ex (0.01 seconds)
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
198:         }
199:         QueInit(aq + 2);
200: }
More results from imalloc.c
t2ex_source/lib/libtk/src_t2ex/memalloc.c - 12.2KB - 419 lines
145:         }
146:         QueInit(aq + 2);
147: }
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
408:         for (i = 0; i < DCI_NHSQUE; i++) {
409:                 QueInit(&dcinf->dci_hsque[i]);
410:         }
More results from fimp_fat.c
t2ex_source/t2ex/fs/fs/src/fs_fimp.c - 6.7KB - 223 lines
62: {
63:         QueInit(&fimp_root.r_list);
64:         return fs_descmgr_init(&fimp_descmgr, max,
t2ex_source/t2ex/fs/fs/src/fs_root.c - 9.2KB - 312 lines
91: 
92:         QueInit(&fs_root.r_list);
93:         fs_root.r_count = 0;
t2ex_source/t2ex/load/src/pminfo.c - 4.0KB - 139 lines
84:         pmInfoCount = n;
85:         QueInit(&pmFreeQue);
86: 
t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
624:         txrxbuf_init();
625:         QueInit(tkn_rxqh(nif_info));
626:         nif_info->tx.ebuf = txrxbuf_alloc();
More results from if_tkn.c