summaryrefslogtreecommitdiffstats
path: root/base/thread_restrictions.h
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-100/+0
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-3/+32
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-32/+3
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-3/+32
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-32/+3
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-3/+32
* Simplify a comment.evan@chromium.org2010-11-011-2/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-3/+27
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-27/+3
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-3/+27
* ThreadRestrictions: inline function definitions in Release modeevan@chromium.org2010-10-221-7/+8
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-24/+3
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-3/+24
* base: add a thread-safety assertion checkerevan@chromium.org2010-10-191-0/+47