commit | 5ee1a0c5ee41a9c7366e7e378e5ab232072bb983 | [log] [tgz] |
---|---|---|
author | Ritu Srivastava <rsrivast@sta.samsung.com> | Tue Jan 25 16:23:08 2011 -0800 |
committer | Madan Ankapura <mankapur@sta.samsung.com> | Tue Jan 25 21:48:54 2011 -0800 |
tree | 3608db992e195ce2ef85770ae9cd233c5e8f165e | |
parent | ccacf00df239b8231f154167c99d4ae74cf305e9 [diff] |
fix failing thread object run A previously exited Thread object refuses to run again, if the thread-id of the caller, conincides with the thread-id it previously used in the worker thread. Hence reset the previously used worker thread-id to -1 when it exits. Signed-off-by: Ritu Srivastava <rsrivast@sta.samsung.com> Change-Id: I873925c312a43ec8a16392b98cc959042ff6bfd2 Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>