summaryrefslogtreecommitdiffstats
path: root/base/threading
Commit message (Expand)AuthorAgeFilesLines
* Assert RendererScheduler thread usagejdduke2015-02-062-2/+3
* Mechanical rename of tracing includes for /baseprimiano2015-01-313-3/+3
* Fix variable shadowing in TLS code on VS2015scottmg2015-01-271-3/+3
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+2
* Use ThreadData::Now() for TrackingInfo::time_posted initializationjdduke2015-01-092-5/+2
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-233-12/+4
* Increase the stack size in ThreadTest.StartWithOptions_StackSize under ASan o...glider2014-11-261-0/+5
* Exclude unused functions for NaCl code path.mazda2014-11-121-0/+2
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-283-0/+3
* Standardize usage of virtual/override/final in base/dcheng2014-10-2118-104/+79
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* Don't shadow variables (same name in scope)cpu2014-10-211-1/+1
* Remove dead declarations for a nonexistent class.palmer2014-10-181-2/+0
* Remove some friend declarations in ThreadRestrictions that are no more needed.kinaba2014-10-171-24/+0
* Remove two SequencedWorkerPool histograms.asvitkine2014-10-151-12/+0
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+3
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0720-54/+54
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-3/+2
* Microbenchmark for the cost of posting tasks to different pump typesjamesr2014-09-291-1/+1
* Disable TLS destructor tests on Win x64 incrementalscottmg2014-09-191-1/+6
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-153-13/+16
* Revert r257779: "MemorySanitizer: adjust stack size to work around an MSan bug."earthdok2014-09-031-2/+1
* Move more metrics classes to metrics namespace.asvitkine2014-08-261-2/+4
* Linux, Android: fix call to setpriority(2).jln@chromium.org2014-08-012-13/+24
* Makes HandleWatcher block until no longer waiting on pipesky@chromium.org2014-07-241-0/+6
* Separate ResizeHelper from RenderWidgetHelperccameron@chromium.org2014-07-171-2/+2
* Introduce task_runner() accessors for both base::Thread and base::MessageLooprsleevi@chromium.org2014-07-121-5/+17
* Change g_native_tls_key to be 32-bit wide to match underlying type.wfh@chromium.org2014-07-081-1/+1
* Maximise timer slack for Sync threadjeremy@chromium.org2014-06-242-0/+7
* make debug mode ~20% faster on linuxhubbe@chromium.org2014-05-245-8/+58
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* [POSIX] Fix pthread_create checkboliu@chromium.org2014-05-161-1/+3
* Switch thread_local to use ThreadPlatformStorage in Androidmichaelbai@chromium.org2014-05-124-1/+45
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-121-21/+22
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-101-22/+21
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-101-21/+22
* Cleanup random bits of base/.thestig@chromium.org2014-04-291-1/+3
* base: Test the cost of adding observers on message loops.epenner@chromium.org2014-04-251-0/+26
* Support COM in SequencedWorkerPool. This will be used by some code thatpkasting@chromium.org2014-04-211-0/+6
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-183-4/+3
* [Mac] Remove unnecessary dlsym indirection for pthread_setname_np.rsesek@chromium.org2014-03-261-11/+3
* Fix trivial compile error in thread_perftest.ccjhorwich@chromium.org2014-03-191-1/+1
* MemorySanitizer: adjust thread stack size to work around an MSan bug.earthdok@chromium.org2014-03-181-1/+2
* base: Add perf tests target and threading perf-test.epenner@chromium.org2014-03-111-0/+288
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-111-0/+103
* Revert 254986 "Switch thread_local to use chromium's TLS impleme..."oshima@chromium.org2014-03-054-7/+113
* Switch thread_local to use chromium's TLS implementationmichaelbai@chromium.org2014-03-054-113/+7
* base: Add const to a few PlatformThreadHandle methodsboliu@chromium.org2014-02-201-3/+3
* Make the #includes consistent in various thread checkers between debug and re...thestig@chromium.org2014-02-152-5/+1
* Set thread names to be visible in debuggersapatole@nvidia.com2014-02-131-0/+13