OSDN Git Service

Fix the POSIX timers fix.
authorElliott Hughes <enh@google.com>
Wed, 2 Apr 2014 02:07:52 +0000 (19:07 -0700)
committerElliott Hughes <enh@google.com>
Wed, 2 Apr 2014 02:07:52 +0000 (19:07 -0700)
commit473d06707bccf0dd707905dcbe74ba91c4d1e8a5
tree4356b6200e8681c28c0b0ca07b986cb35e802e9a
parent1653ad5e08ba4cabfd4d81237e13a4952fac6194
Fix the POSIX timers fix.

If we're not going to wait for the timer threads to exit, we need
another way to ensure that we don't free the data they're using
prematurely. The easiest way to ensure that is to let them free the
data themselves.

Change-Id: Icee17c87bbcb9c3aac5868973f595d08569f33aa
libc/bionic/posix_timers.cpp