summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Move Thread Name Mapping into ThreadFunc.dsinclair@chromium.org2013-05-276-26/+104
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-2210-165/+397
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-219-397/+163
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-219-163/+397
* NaCl: Remove unnecessary nacl_syscalls.h #includedmichael@chromium.org2013-05-061-5/+0
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-252-5/+3
* Regularize storage monitor creation in Windows.gbillock@chromium.org2013-04-182-6/+18
* Log errno if pthread_create() failsrnk@chromium.org2013-03-131-1/+6
* Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac...michaeln@google.com2013-03-073-35/+161
* Set correct thread priority on Linux.dgreid@chromium.org2013-02-281-28/+34
* Delete delayed tasks upon worker pool shutdown.erikwright@chromium.org2013-02-262-21/+85
* Let sequence-checking work from a SequencedWorkerPool task's destructorakalin@chromium.org2013-02-091-4/+7
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-072-2/+2
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.tfarina@chromium.org2013-02-051-1/+2
* Allow BrowserTestBase to do wait.nileshagrawal@chromium.org2013-02-041-0/+2
* Set Realtime Audio Thread priority on Androidjames.wei@intel.com2013-01-301-4/+20
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-1/+1
* Add ability to retrieve a thread_name given a thread_id.dsinclair@chromium.org2013-01-257-37/+233
* Go back to using mach_thread_self for Mac thread IDs, sort of.mark@chromium.org2013-01-251-1/+3
* cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.epenner@chromium.org2013-01-241-0/+8
* Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test.creis@chromium.org2013-01-151-1/+2
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-154-7/+10
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-101-3/+3
* SharedWorkerPool.Shutdown(int max_new_blocking_tasks)michaeln@chromium.org2012-12-193-24/+133
* Add comments about memory behavior of SWP tasks with the same sequence tokenakalin@chromium.org2012-12-182-1/+12
* Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2.glider@chromium.org2012-12-101-1/+11
* Use Netlink instead of NetworkManager (via D-bus) to monitor networkpauljensen@chromium.org2012-11-291-2/+4
* Allow MessagePumpDefault to wait when there is no pending work.scherkus@chromium.org2012-11-141-0/+1
* base: Constantify thread_name() getter accessor.tfarina@chromium.org2012-11-051-1/+1
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-1/+1
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-2/+2
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-232-7/+60
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-2/+2
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-2/+2
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-2/+2
* Aura: Allow browser UI thread waiting for compositor commits.backer@chromium.org2012-10-151-0/+4
* Initial implementation of AutoThread.wez@chromium.org2012-10-101-0/+6
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-12/+10
* - Implement delayed task posting for SequencedWorkerPool.nhiroki@chromium.org2012-10-023-96/+199
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-0/+28
* Add WebView implementation for CookieManager.tedchoc@chromium.org2012-09-071-0/+2
* Make sure that shutdown blocking SequencedWorkerPool use Critical Closures.milanb@chromium.org2012-08-151-1/+4
* Cleanup - delete a pair of unneeded files.michaeln@google.com2012-08-022-114/+0
* Support profiling of tasks run as sequenced_tasksjar@chromium.org2012-07-301-4/+15
* Enable parts of base_untrusted that are used by remoting clientsergeyu@chromium.org2012-07-261-1/+3