gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:tk_wup_tsk from tkernel_2 (0.01 seconds)
tkernel_2
driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
92:                 if (vec == IICVec[i]) {
93:                         tk_wup_tsk(IICTskID[i]);
94:                         break;
driver/tef_em1d/clk/src/em1d512_spi.c - 5.5KB - 208 lines
60:                         out_w(SPn_FFCLR(i), ~0);
61:                         tk_wup_tsk(SPITskID[i]);
62:                         break;
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
612:                         p->wup_char = arg;
613:                         if ((n = p->wup_tskid) > 0) tk_wup_tsk(n);
614:                         p->wup_tskid = tk_get_tid();
driver/tef_em1d/sysdsk/src/atacmd.c - 6.7KB - 212 lines
44:                 drv->wrk.ub[0] = ataStatusIn(drv); /* Clear the interrupt     */
45:                 tk_wup_tsk(drv->WaitTskId);   /* Wake up the idle task  */
46:         } else {
kernel/sysmain/src/usermain.c - 5.0KB - 188 lines
54:         /* Wake up calling task */
55:         tk_wup_tsk(stacd);
56: