Fix race in thread list destructor
The ThreadList::Contains wasn't being guarded by the thread list lock, which could cause a corrupted thread list if another thread unregistered itself while std::find was searching the thread list. Bug: 17896374 Change-Id: I629b1eac3473e3cf7355ebde9080dfd7c58af73a
Loading
Please sign in to comment