Sign in
chromium
/
chromium
/
src
/
013458048b4ef7d09cc2fddded677d19c4e20c2d
/
base
/
task_scheduler
c2c1c4f3
TaskScheduler: Initialize TaskTraits with the priority of the current thread.
by fdoray
· 9 years ago
f7d7e2f
TaskScheduler: Set the IO allowed bit in TaskTracker::RunTask().
by fdoray
· 9 years ago
0458ffb3
TaskScheduler: Add internal::GetTaskPriorityForCurrentThread().
by fdoray
· 9 years ago
13ca074
Fix TODO Typo
by robliao
· 9 years ago
5ea9cc12
TaskScheduler: Add base::PostTask(WithTraits)AndReplyWithResult().
by fdoray
· 9 years ago
19509c1
TaskScheduler: Add TaskTraits::WithWait().
by fdoray
· 9 years ago
27def3c
Use TIMER_SLACK_MAXIMUM on the TaskScheduler service thread.
by fdoray
· 9 years ago
8602d8a7
Create base::test::ScopedTaskScheduler.
by fdoray
· 9 years ago
9c7db371
Add TaskScheduler::CreateAndSetSimpleTaskScheduler().
by fdoray
· 9 years ago
acfa7150
Add Thread Standby Policy SchedulerWorkerPoolImpl
by robliao
· 9 years ago
70e1c01
Move function to compute the max number of threads in a TaskScheduler pool to base/.
by fdoray
· 9 years ago
27e3faf0
Cleanup: Move SchedulerWorkerPoolImpl ForTesting Methods to the Bottom of the Public Section
by robliao
· 9 years ago
785fb0a
Always pass TaskTraits by const& instead of by value.
by gab
· 9 years ago
cdac392
Make SchedulerSingleThreadTaskRunner::RunsTasksOnCurrentThread sequence-affine.
by gab
· 9 years ago
9348cd6
base: Cleanup class/struct forward declarations
by jbriance
· 9 years ago
e72adfa1
TaskScheduler: Remove base::ExecutionMode.
by fdoray
· 9 years ago
9c72b03
Support FileDescriptorWatcher in TaskScheduler.
by fdoray
· 9 years ago
94e0313
[TaskScheduler] Temporarily co-init all TaskScheduler threads to match SequencedWorkerPool's behaviour.
by gab
· 9 years ago
6f59a9a
Plumb Task Scheduler Histograms to the Task Scheduler Internals Page
by robliao
· 9 years ago
e5aefd3
TaskScheduler: Record TaskScheduler.NumTasksBeforeDetach.* from OnDetach().
by fdoray
· 9 years ago
a6fc23c9
TaskScheduler: Nits in service thread and delayed tasks code.
by fdoray
· 9 years ago
680841c
TaskScheduler: Remove comment from SchedulerWorker::JoinForTesting().
by fdoray
· 9 years ago
546624d
TaskScheduler: Replace the SchedulerServiceThread with a base::Thread.
by fdoray
· 9 years ago
739ffe3
Replace base::Callback with base::OnceCallback in base::PendingTask
by tzik
· 9 years ago
ac8f314
Add TaskScheduler.NumTasksBeforeDetach.[worker pool name] histogram.
by fdoray
· 9 years ago
ffe7006
TaskScheduler: Fix initial order of SchedulerWorkers on idle stack.
by fdoray
· 9 years ago
2f7e2f2
TaskScheduler: Use AtomicFlag for SchedulerWorker::should_exit_for_testing_.
by fdoray
· 9 years ago
b7bd6bb
TaskScheduler: Always remove SchedulerWorker from idle stack on wake up.
by fdoray
· 9 years ago
08cf332
TaskScheduler: Put an ALIVE SchedulerWorker on top of the idle stack.
by fdoray
· 9 years ago
0c97aa3
TaskScheduler: Change Sequence::PeekTask to Sequence::TakeTask.
by fdoray
· 9 years ago
b755507
Add a task_scheduler tracing category which will record an extra event per task.
by gab
· 9 years ago
7e3a8cb
TaskScheduler: Make Task::traits const.
by fdoray
· 9 years ago
6f0bc5b
Fix TaskSchedulerWorkerPoolCheckTlsReuse.CheckDetachedThreads.
by fdoray
· 9 years ago
ad44b09
TaskScheduler: Adjust shutdown behavior of delayed tasks.
by fdoray
· 9 years ago
628580f4
Add TaskScheduler.NumTasksBetweenWaits.[pool] histogram.
by fdoray
· 9 years ago
fe309b0
TaskScheduler: Add FlushForTesting().
by fdoray
· 9 years ago
42c5d9b7
Use ScopedAllowWait to shutdown the TaskScheduler.
by fdoray
· 9 years ago
04afc10
TaskScheduler: Match behavior of SequencedWorkerPool in RunsTasksOnCurrentThread().
by fdoray
· 9 years ago
ec7c3997e
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
5925983
Revert "Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram."
by Vasilii Sukhanov
· 9 years ago
2be793a5
Add TaskScheduler.TasksExecutedBeforeDetach.[pool] histogram.
by fdoray
· 9 years ago
c2f42947
Add TaskScheduler.TaskLatency.[pool].[priority] histograms.
by fdoray
· 9 years ago
d2ac872
Remove temporary file that was accidentally checked in
by fs
· 9 years ago
6ef45cf
Remove calls to deprecated MessageLoop methods on Windows and Linux.
by fdoray
· 9 years ago
70de8f5
Fix incorrect memory barrier usage I previously asked to be introduced.
by gab
· 9 years ago
2ce242f8
Add Browser Task Scheduler Flags
by robliao
· 9 years ago
63f454db
Make the SandboxSymbolizeHelper Singleton Leaky and Enable Impacted Test
by robliao
· 9 years ago
2c8bb97
TaskScheduler: Add TaskScheduler.DetachDuration.[pool] histogram.
by fdoray
· 9 years ago
3f3722e43
TaskScheduler: Prepend TaskScheduler to pool name when setting thread name.
by fdoray
· 9 years ago
5e69cff
Change EXPECT/ASSERT_DCHECK_DEATH macro to not expose the |regex| parameter.
by gab
· 9 years ago
3ac29c0
TaskScheduler: No BACKGROUND threads when unsupported.
by fdoray
· 9 years ago
9ffb255
Fix SchedulerLock unittests to actually generate a DCHECK, not an exception
by gab
· 9 years ago
5bd4a9e1
TaskScheduler: Add post_task.h API
by fdoray
· 9 years ago
d2ab1f7
Add TaskScheduler::CreateAndSetDefaultTaskScheduler
by robliao
· 9 years ago
0a00560
TaskScheduler: Remove NonThreadSafe from PriorityQueue::Transaction.
by fdoray
· 9 years ago
5a36369
Move SchedulerWorkerPoolParams to the base Namespace
by robliao
· 9 years ago
190f754
Unify usage of logging/assert macros in base/
by gab
· 9 years ago
c964a85
Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base/ tests
by gab
· 9 years ago
74d2f74
Migrate SchedulerWorkerPoolImpl to AtomicFlag
by robliao
· 9 years ago
4bf182a
TaskScheduler: Set the current SequenceToken when a Task runs.
by fdoray
· 9 years ago
ef19112
Rename CancellationFlag to AtomicFlag.
by fdoray
· 9 years ago
4d8e12d
Add ScopedNSAutoreleasePool to SchedulerWorker's Main Loop
by robliao
· 9 years ago
8a40292
Add Lazy Creation and Thread Detachment Support in the Scheduler Worker Pool
by robliao
· 9 years ago
90324e2
TaskScheduler: Bump thread priority during shutdown.
by fdoray
· 9 years ago
0503a77
TaskScheduler: Don't delete Tasks in the scope of a Sequence's lock.
by fdoray
· 9 years ago
5e490aa
Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams
by robliao
· 9 years ago
caa8d66
TaskScheduler: Atomic operations in TaskTracker
by fdoray
· 9 years ago
d643d8f
Make the constructor of TaskSchedulerImpl explicit.
by fdoray
· 9 years ago
51da6a83
TaskScheduler: Make the worker pools of TaskSchedulerImpl configurable
by fdoray
· 9 years ago
86b9028
Virtualize The Existence of a Scheduler Worker Thread
by robliao
· 9 years ago
7a58439
Rename SchedulerWorkerThread* to SchedulerWorker*
by robliao
· 9 years ago
624260a
Rename SchedulerThreadPool* to SchedulerWorkerPool*
by robliao
· 9 years ago
393d42a
Remove SchedulerUniqueStack
by robliao
· 9 years ago
75d7233
Migrate WaitableEvent to enum-based constructor in base/
by gab
· 9 years ago
3d93b69
Scheduler Service Thread
by robliao
· 9 years ago
6cce2f3
Fix include path for moved thread_task_runner_handle.h header in base/
by gab
· 9 years ago
b39e39e
Name TaskScheduler's worker threads
by gab
· 9 years ago
1e27d62
Revert of Name TaskScheduler's worker threads (patchset #7 id:140001 of https://codereview.chromium.org/1951453002/ )
by iclelland
· 9 years ago
a0813e0c
Name TaskScheduler's worker threads
by gab
· 9 years ago
4151ceae
TaskScheduler [13] TaskSchedulerImpl
by fdoray
· 9 years ago
dbe69aff
TaskScheduler: Add TRACE_TASK_EXECUTION to TaskTracker::RunTask.
by fdoray
· 9 years ago
a8e9e2c
TaskScheduler: Add TaskRunnerHandle support to TaskScheduler tasks.
by gab
· 9 years ago
67ecfb5
TaskScheduler [12] TaskScheduler Interface
by fdoray
· 9 years ago
8ba367a
TaskScheduler: Fix comments in SchedulerThreadPool.
by fdoray
· 9 years ago
c7c1abb
TaskScheduler: Add I/O calls restriction.
by fdoray
· 9 years ago
26869798
TaskScheduler: Add singleton use restriction.
by fdoray
· 9 years ago
eaec122b
TaskScheduler: Avoid Sequence refcount bump in GetWork()
by gab
· 9 years ago
e82513e
TaskScheduler: Take a Closure in TestTaskFactory::PostTask().
by fdoray
· 9 years ago
1e7a257
TaskScheduler [11] Support ExecutionMode::SINGLE_THREADED.
by fdoray
· 9 years ago
d03e04e
TaskScheduler: TimeDelta instead of TimeTicks in Task's constructor.
by fdoray
· 9 years ago
b035703
TaskScheduler: Make SchedulerWorkerThread own its delegate.
by fdoray
· 9 years ago
583b226
TaskScheduler: Remove base/task_scheduler/utils.h/.cc
by fdoray
· 9 years ago
44fda21
TaskScheduler: Move TaskFactory out of scheduler_thread_pool_unittest.cc
by fdoray
· 9 years ago
e783999
TaskScheduler [10] SchedulerWorkerThreadStack
by fdoray
· 9 years ago
c308c57
TaskScheduler [9] Delayed Task Manager
by fdoray
· 9 years ago
fc05fd3
base: Remove a copy of and copy ctor from SequenceAndSortKey.
by vmpstr
· 9 years ago
963ca02
TaskScheduler: std::unique_ptr<Task> as argument of PostTaskToExecutor.
by fdoray
· 9 years ago
c48b3c3
base: Add out-of-line copy ctors for complex classes.
by vmpstr
· 9 years ago
7e0a1ba
TaskScheduler: Add static_assert in TaskTraits::operator==.
by fdoray
· 9 years ago
357c389
TaskScheduler: Add delayed run time to the constructor of Task.
by fdoray
· 9 years ago
Next »