- t2ex
- t2ex_source/driver/tef_em1d/netdrv/src/main.c - 9.2KB - 280 lines
205: TskPri = DEFAULT_PRI;
206: SetOBJNAME(tskname, "netd");
207:
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/excmgr.c - 10.3KB - 383 lines
353: /* Start system exception processing task */
354: SetOBJNAME(ctsk.exinf, "SExc");
355: ctsk.tskatr = TA_HLNG|TA_RNG0;
- t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
6049: /* Creation of rendezvous port */
6050: SetOBJNAME(cpor.exinf, "bfat");
6051: cpor.poratr = TA_TPRI;
- More results from fimp_fat.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_condvar.c - 10.9KB - 416 lines
156:
157: SetOBJNAME(cflg.exinf, "Ncv");
158: cflg.flgatr = TA_TPRI | TA_WMUL;
- t2ex_source/t2ex/network/net/src/netmain/tkn_rwlock.c - 4.3KB - 168 lines
69:
70: SetOBJNAME(csem.exinf, "Nrw");
71: csem.sematr = TA_TFIFO | TA_FIRST;
- t2ex_source/t2ex/network/net/src/netmain/tkn_spl.c - 3.8KB - 161 lines
131:
132: SetOBJNAME(cmtx.exinf, "Nspl");
133: cmtx.mtxatr = TA_INHERIT;