Copyright ã 2005 Symbian Ltd.
26
Here’s where it happens
•\src\cedar\generic\base\e32\kernel\sthread.cpp
•void DThread::Exit()
• {
• if (iExitType!=EExitKill && (iFlags & (KThreadFlagSystemPermanent|KThreadFlagSystemCritical)))
… K::Fault(K::ESystemThreadPanic);
• <snip>
…}