2009-04-09 Ben Murdoch <benm@google.com>
Reviewed by Alexey Proskuryakov. The Android platform requires threads to be registered with the VM. This patch implements this behaviour inside ThreadingPthreads.cpp. * wtf/ThreadingPthreads.cpp: Add a level above threadEntryPoint that takes care of (un)registering threads with the VM. (WTF::runThreadWithRegistration): register the thread and run entryPoint. Unregister the thread afterwards. (WTF::createThreadInternal): call runThreadWithRegistration instead of entryPoint directly. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@42366 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Please register or sign in to comment