Christopher Ferris 753ad778bc Fix deadlock in timer_delete.
If the callback function for a timer did a timer_delete, the function
would never return. The problem was that the timer_delete function would try
to wait until the timer thread has finished. Waiting for yourself to finish
doesn't work very well.

Bug: 13397340
Change-Id: Ica123a5bafbc8660c8a4a909e5c2dead55ca429d
2014-03-20 20:47:45 -07:00
..
2013-12-03 18:42:41 -08:00
2013-12-03 18:42:41 -08:00
2013-02-01 14:51:19 -08:00
2014-02-24 20:22:11 +00:00
2013-10-29 14:55:11 -07:00
2014-02-12 19:04:27 -08:00
2014-02-21 16:27:21 +00:00
2013-02-13 14:40:48 -08:00
2014-02-24 15:55:31 -08:00
2014-01-09 11:00:04 -08:00
2014-01-03 14:49:37 -08:00
2014-02-24 20:22:11 +00:00
2014-03-20 20:47:45 -07:00
2014-03-04 00:58:31 +00:00