- t2ex
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/excmgr.c - 10.3KB - 383 lines
195:
196: excmsg.tskid = tk_get_tid();
197: excmsg.vecno = vecno;
- t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
6086: /* Delete task */
6087: pkt.cp_tskid = tk_get_tid();
6088: pkt.cp_req = NULL;
- More results from fimp_fat.c
- t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
706: if (tskid == TSK_SELF) {
707: tskid = tk_get_tid();
708: }
- More results from fs_tk.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_condvar.c - 10.9KB - 416 lines
220: #ifdef DEBUG
221: printf("condvar init %d(at %p) by %d, old id = %lu\n", cv->flgid, cv, tk_get_tid(), old_id);
222: #endif
- More results from tkn_condvar.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_intr.c - 7.0KB - 261 lines
119: /* Invalid arguments. */
120: log(LOG_ERR, "%s:tid=%d bad args", __func__, tk_get_tid());
121: tk_exd_tsk();
- t2ex_source/t2ex/network/net/src/netmain/tkn_malloc.c - 4.5KB - 156 lines
100: "[TKN %s]: tid %d malloc failed(waitok)\n",
101: __func__, tk_get_tid());
102: }
- More results from tkn_malloc.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c - 13.2KB - 514 lines
228: if ( ercd >= E_OK ) {
229: mutex_mlock[index].owner_tid[no] = tk_get_tid();
230: }
- More results from tkn_mutex.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_netdmn.c - 19.1KB - 648 lines
134: */
135: tid = tk_get_tid();
136: cp->req.tskid = tid;
- t2ex_source/t2ex/network/net/src/netmain/tkn_subr.c - 16.6KB - 662 lines
158: {
159: ID tskid = tk_get_tid();
160: