On Jul 21, 7:27 am, Mercury <[email protected]> wrote:
> So maybe we need to adapt the current implement of System.exit on
> Vxwork, I think we need to save all created threads and when
> System.exit is called, we need to loop and exit every created thread
> to exit Dalvik completely. But at the current I do not know how to do
> it.

That would likely be something specific to vxworks, with which I am
not familiar.

> Did Dalvik save all created threads and where they are saved? and how
> can we exit for every created thread?

If vxworks has a UNIX-like process model you can just send a signal to
the entire process group (kill(-getpgid(), SIGKILL).

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to