summaryrefslogtreecommitdiffstats
path: root/base/thread_collision_warner.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-64/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+1
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+1
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-2/+13
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-171-0/+53