OSDN Git Service

dalvik: use pthread_setname_np() to set the name of the current thread
authorAndré Goddard Rosa <andre.goddard@gmail.com>
Wed, 9 Jun 2010 23:32:14 +0000 (20:32 -0300)
committerAndré Goddard Rosa <andre.goddard@gmail.com>
Wed, 9 Jun 2010 23:32:14 +0000 (20:32 -0300)
commitbcd88cc712eb56b248eae03b603af778a308050f
tree0506b8a4ada7c33895ff75d62ba08f346d31051b
parentb48a4d53bc3349b5c99f8b87a396e7374e2d335c
dalvik: use pthread_setname_np() to set the name of the current thread

Introduced originally in bionic by
https://review.source.android.com/#change,14740

Change-Id: I624dba3847975b5cb3c0543a5fb6d6f6986e11b5
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
vm/Thread.c