summaryrefslogtreecommitdiffstats
path: root/base/threading/thread_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-0/+51
* base: Remove MessageLoopProxyskyostil2015-06-191-1/+0
* base: Don't crash in Thread::task_runner() if the thread isn't runningskyostil2015-06-111-0/+6
* Reland (3rd try): Lazily initialize MessageLoop for faster thread startupkinuko2015-05-231-2/+3
* Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...glider2015-05-181-3/+2
* Reland: Lazily initialize MessageLoop for faster thread startupkinuko2015-05-181-2/+3
* Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...kinuko2015-05-071-3/+2
* Lazily initialize MessageLoop for faster thread startupkinuko2015-05-051-2/+3
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-11/+10
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-10/+11
* base: Remove use of MessageLoopProxyskyostil2015-04-291-11/+10
* Increase the stack size in ThreadTest.StartWithOptions_StackSize under ASan o...glider2014-11-261-0/+5
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-14/+6
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-4/+4
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-3/+5
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-5/+6
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-18/+6
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-4/+6
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-2/+4
* Remove custom Task implementations in base.dcheng@chromium.org2011-11-231-26/+11
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-3/+4
* Suppress benign race in ThreadTest.SleepInsideInitjochen@chromium.org2011-09-271-1/+5
* Kill CleanUpAfterMessageLoopDestruction.willchan@chromium.org2011-03-031-10/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-0/+260