summaryrefslogtreecommitdiffstats
path: root/base/simple_thread_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Header cleanup in base.brettw@chromium.org2010-08-171-1/+0
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-5/+6
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-2/+2
* Add a simple thread pool to SimpleThread.deanm@google.com2008-09-021-0/+68
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-291-0/+99
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-221-113/+0
* Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting....deanm@google.com2008-08-221-5/+10
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-0/+108