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
..
2014-03-20 20:47:45 -07:00
2014-03-13 16:17:43 -07:00
2014-03-13 16:17:43 -07:00
2014-02-11 22:16:04 -08:00
2014-03-13 14:54:53 -07:00
2014-03-13 14:54:53 -07:00
2014-03-13 16:17:43 -07:00
2014-03-10 15:19:05 -07:00
2014-03-13 16:17:43 -07:00
2014-03-10 11:23:52 +00:00