summaryrefslogtreecommitdiffstats
path: root/base/thread_collision_warner_unittest.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-385/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-5/+5
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Improve the run time of base_unittests by about 20s by reducing timeouts inphajdan.jr@chromium.org2009-11-051-4/+4
* Fix Windows compile.phajdan.jr@chromium.org2009-06-031-0/+1
* Reduce the amount of #ifdef.maruel@chromium.org2009-01-271-35/+21
* Fix a memory leak in release with ThreadCollisionWarner unit tests. Less than...maruel@chromium.org2009-01-271-8/+20
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-261-6/+32
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-171-0/+360