OSDN Git Service

bionic has always had gettid.
authorElliott Hughes <enh@google.com>
Wed, 20 Aug 2014 22:00:04 +0000 (15:00 -0700)
committerElliott Hughes <enh@google.com>
Wed, 20 Aug 2014 22:00:04 +0000 (15:00 -0700)
commit323aa865a8238d6e2174533464a252cb1606afda
treedfaec4edde60d2bc35cc26e3202c2384cde67cae
parent76bc718dc2cf0279ec5afd08c3a82b6ad61756d8
bionic has always had gettid.

dex2oat calls GetTid for every line it outputs via Message, which is why
this showed up so much in strace.

Bug: 17049821
Change-Id: Ib51c7f88410b291692874023902cf43f4b9a9d1c
runtime/utils.cc