summaryrefslogtreecommitdiffstats
path: root/base/thread_collision_warner.h
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect guards in base/.deanm@chromium.org2009-03-171-3/+3
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+2
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-261-1/+1
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+1
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-171-0/+243