Kernel中运行的线程以及功能 Saturday, October 10, 2009

在EKA2中有5个线程运行,它们分别是:
1. null thread – 赫赫有名的idle 线程,主要功能是空转CPU,回收ARM碎片。
2. supervisor thread – 清理终止的线程和进程。异步对象删除。
3. DFC thread 0 – 为一般的驱动运行DFC
4. DFC thread 1 – 运行the nanokernel’s timer queue
5. Timer thread – runs Symbian OS relative and absolute timers

在kernel启动之后,做了一些关于RAM的处理后,就创建了idle线程。

0 comments: