summaryrefslogtreecommitdiffstats
path: root/base/thread_restrictions.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-2/+21
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-21/+2
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-2/+21
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-18/+0
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-0/+18
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+3
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-3/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+3
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-3/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-1/+3
* ThreadRestrictions: leak the thread local variableevan@chromium.org2010-10-211-4/+4
* base: add a thread-safety assertion checkerevan@chromium.org2010-10-191-0/+42