gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_rel_wai (0.01 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
176:         if (p->input != RAW && c == p->wup_char) {     /* Task "wakeup"*/
177:                 tk_rel_wai(p->wup_tskid);
178:                 p->wup_tskid = 0;
driver/tef_em1d/sysdsk/src/atacmd.c - 6.7KB - 212 lines
110:         /* Forcibly release the wait-for-main task (WaitInt)  */
111:         er = tk_rel_wai(drv->WaitTskId);
112: }