gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 7 of 7 for funcall:tk_get_tid from tkernel_2 (0.02 seconds)
tkernel_2
driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
236:         Lock(&IICLock[ch]);
237:         IICTskID[ch] = tk_get_tid();
238: 
driver/tef_em1d/clk/src/em1d512_spi.c - 5.5KB - 208 lines
118:         Lock(&SPILock[ch]);
119:         SPITskID[ch] = tk_get_tid();
120:         tk_can_wup(TSK_SELF);
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
613:                         if ((n = p->wup_tskid) > 0) tk_wup_tsk(n);
614:                         p->wup_tskid = tk_get_tid();
615:                         break;
driver/tef_em1d/sysdsk/src/inthdr.c - 1.6KB - 60 lines
55:         /* Get the task number that waits for interrupt */
56:         drv->WaitTskId = tk_get_tid();
57: 
kernel/sysmain/src/usermain.c - 5.0KB - 188 lines
44: 
45:         tm_printf("3 - Sample task started (tid=%d).\n", tk_get_tid());
46: 
More results from usermain.c
kernel/sysmgr/src/deviceio.c - 35.3KB - 1,328 lines
205: 
206:         entry->tskid = tk_get_tid();
207:         QueInsert(&entry->q, syncq);
More results from deviceio.c
lib/libdrvif/src/gdrvif.c - 32.8KB - 1,032 lines
658: 
659:         mytid = tk_get_tid();
660: