summaryrefslogtreecommitdiffstats
path: root/base/thread_collision_warner_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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