summaryrefslogtreecommitdiffstats
path: root/base/simple_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a simple thread pool to SimpleThread.deanm@google.com2008-09-021-0/+66
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-291-0/+52
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-221-78/+0
* Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting....deanm@google.com2008-08-221-4/+0
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-0/+82