Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/225/1.html
Дата изменения: Thu Mar 23 12:37:54 2000 Дата индексирования: Wed Sep 15 04:08:35 2010 Кодировка: Поисковые слова: trees |
Actually Linux's wake_up_process does nothing but
changing a process' state from TASK_(UN)INTERRUPTIBLE
to TASK_RUNNING and then it may be chosen for running
the next time schedule() is invoked depending on its
priority (counter-parameter in task_struct for the processes
scheduled under OTHER-policy and rt_proirity-parameter for real-time processes scheduled under FIFO or RobinRound (RR)).
Best regards. Kostya.
|