summaryrefslogtreecommitdiffstats
path: root/base/simple_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-152/+0
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+35
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+1
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* 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