gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:knl_change_task_priority (0.00 seconds)
mtkernel_3
kernel/tkernel/mutex.c - 18.3KB - 648 lines
100:                 /* Change priority of lock get task */
101:                 knl_change_task_priority(tcb, newpri);
102:         }
More results from mutex.c
kernel/tkernel/task_manage.c - 14.9KB - 622 lines
365:         /* Change priority */
366:         knl_change_task_priority(tcb, priority);
367: