| commit | 18d1be3c48e503e5d080361f8fe6df7cfd2b503e | [log] [tgz] |
|---|---|---|
| author | nhiroki <nhiroki@chromium.org> | Fri Jul 15 07:29:56 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 07:32:09 2016 |
| tree | 4c0deda5d83a791b46e1ebf535828de8f2536f6a | |
| parent | 2dfe5c8dd2fbf782a5538f29c975429f997fc265 [diff] |
Worker: Remove locking from WorkerThread::postTask() WorkerThread::postTask() can be called from various places and locking in the function may lead to deadlock. To avoid the problem, this CL removes locking from WorkerThread::postTask() and makes it possible to safely access to shared flags without locking. BUG=620442 Review-Url: https://codereview.chromium.org/2142273004 Cr-Commit-Position: refs/heads/master@{#405715}