Sign in
chromium
/
chromium
/
src
/
56e5057b80bb8ce20bc3b6eae3e0d6cbf4078feb
/
base
/
threading
5c819dc
Renable PosixDynamicThreadPoolTest.Basic on TSAN v2.
by
[email protected]
· 12 years ago
24d651b
Enable the following tests back under ThreadSanitizer v2:
by
[email protected]
· 12 years ago
cb48f66
Disable PosixDynamicThreadPoolTest.Basic on TSAN.
by
[email protected]
· 12 years ago
d86c06c
Disable the tests failing under TSan because of incorrect assumptions about the threadpool size:
by
[email protected]
· 12 years ago
018ab87
Revert 222826 "Copy the thread name to the stack for debugging p..."
by
[email protected]
· 12 years ago
ca08135
Annotate WorkerPool::PostTaskAndReply as leaky.
by
[email protected]
· 12 years ago
f9be1053
Fix --trace-shutdown with thread-local tracing.
by
[email protected]
· 12 years ago
a92325c
[POSIX] CHECK that pthread_join succeeds in PlatformThread::Join.
by
[email protected]
· 12 years ago
e83eca10
Make the lazy TLS pointer in SWP into a LeakyLazyInstance.
by
[email protected]
· 12 years ago
58f0364
Copy the thread name to the stack for debugging purposes.
by
[email protected]
· 12 years ago
c8e8cb94
Enable high resolution time for TimeTicks::Now on Windows Canary
by
[email protected]
· 12 years ago
b8a4cd2
Allow waiting in NestedMessagePumpAndroid.
by
[email protected]
· 12 years ago
ff448ed
Switched PostTaskAndReplyRelay to use ThreadTaskRunnerHandle::Get() instead of MessageLoopProxy::current().
by
[email protected]
· 12 years ago
2b75b37
Init uninitialized member in ctor.
by
[email protected]
· 12 years ago
05224701
Remove spammy setpriority() failure message. Stylize.
by
[email protected]
· 12 years ago
5cf56f8a
Move a Thread's MessageLoop to the heap so it acts as a real object for leak reports.
by
[email protected]
· 12 years ago
349ad58
Making a way to create thread with a Java Looper for Android
by
[email protected]
· 12 years ago
d52426c
base: Re-re-apply WeakPtr support for SequencedWorkerPools
by
[email protected]
· 12 years ago
8e76597
Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..."
by
[email protected]
· 12 years ago
5c0b443
base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock
by
[email protected]
· 12 years ago
495cad9
Use a direct include of the message_loop header in base/.
by
[email protected]
· 12 years ago
44cd9b16
Abort SandboxedUnpacker::RewriteImageFiles on browser shutdown
by
[email protected]
· 12 years ago
cbf9e38
base: Re-commit SequencedWorkerPool globally unique tokens with unused variable fix
by
[email protected]
· 12 years ago
7ddc08e0
Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..."
by
[email protected]
· 12 years ago
b207f13
Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..."
by
[email protected]
· 12 years ago
fc214c0
Revert 210423 "base: Make SequencedWorkerPool issue globally uni..."
by
[email protected]
· 12 years ago
b7c0fb6
base: Make SequencedWorkerPool issue globally unique SequenceTokens.
by
[email protected]
· 12 years ago
8f9a3a5
Use a direct include of time headers in base/, part 2.
by
[email protected]
· 12 years ago
24ad9ea1
content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on Android.
by
[email protected]
· 12 years ago
75256da
Make ifdef condition consistent in platform_thread_linux.cc.
by
[email protected]
· 12 years ago
02c29b38
Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.
by
[email protected]
· 12 years ago
7ccb707
Update includes of message_loop_proxy.
by
[email protected]
· 12 years ago
c851cfd
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
2835b47
posix thread: Attempt to set audio threads to real time.
by
[email protected]
· 12 years ago
9e715412
Use base::MessageLoop in more files.
by
[email protected]
· 12 years ago
265fff3
Move Thread Name Mapping into ThreadFunc.
by
[email protected]
· 12 years ago
54e6ff8
Reland: base: Support setting thread priorities generically.
by
[email protected]
· 12 years ago
5686b17
Revert 201202 "base: Support setting thread priorities generically."
by
[email protected]
· 12 years ago
a688c89
base: Support setting thread priorities generically.
by
[email protected]
· 12 years ago
66e2d88
NaCl: Remove unnecessary nacl_syscalls.h #include
by
[email protected]
· 12 years ago
c9f977b
base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.
by
[email protected]
· 12 years ago
4f60d80
Regularize storage monitor creation in Windows.
by
[email protected]
· 12 years ago
f4b43912
Log errno if pthread_create() fails
by
[email protected]
· 12 years ago
13ecb5e9
Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interactive_ui test, browser_tests... pretty much all gtest based content library test harnesses are affected.
by
[email protected]
· 12 years ago
968bf9d
Set correct thread priority on Linux.
by
[email protected]
· 12 years ago
4402478
Delete delayed tasks upon worker pool shutdown.
by
[email protected]
· 12 years ago
2e2917c9
Let sequence-checking work from a SequencedWorkerPool task's destructor
by
[email protected]
· 13 years ago
3ea1b18
Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories.
by
[email protected]
· 13 years ago
dfa049e
Move string_number_conversions to base/strings.
by
[email protected]
· 13 years ago
cb4bf8d
Revert "GTTF: Add missing virtual destructors."
by
[email protected]
· 13 years ago
0672752c
GTTF: Add missing virtual destructors.
by
[email protected]
· 13 years ago
f7b98b3
base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.
by
[email protected]
· 13 years ago
70760a7
Allow BrowserTestBase to do wait.
by
[email protected]
· 13 years ago
4f4b047
Set Realtime Audio Thread priority on Android
by
[email protected]
· 13 years ago
dd18b11a
Use LOG_GETLASTERROR in more cases in base/
by
[email protected]
· 13 years ago
7d342e88
Add ability to retrieve a thread_name given a thread_id.
by
[email protected]
· 13 years ago
226122f1
Go back to using mach_thread_self for Mac thread IDs, sort of.
by
[email protected]
· 13 years ago
e9875de7
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
by
[email protected]
· 13 years ago
c01c264
Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test.
by
[email protected]
· 13 years ago
f3c697c5
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
by
[email protected]
· 13 years ago
91cae259
base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().
by
[email protected]
· 13 years ago
270f2cf
SharedWorkerPool.Shutdown(int max_new_blocking_tasks)
by
[email protected]
· 13 years ago
deb682b1
Add comments about memory behavior of SWP tasks with the same sequence token
by
[email protected]
· 13 years ago
18280ae4
Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2.
by
[email protected]
· 13 years ago
d3eada5
Use Netlink instead of NetworkManager (via D-bus) to monitor network
by
[email protected]
· 13 years ago
0a10adc6
Allow MessagePumpDefault to wait when there is no pending work.
by
[email protected]
· 13 years ago
f42482e
base: Constantify thread_name() getter accessor.
by
[email protected]
· 13 years ago
1f18bfe
base: Update calls froms RunAllPending() to RunUntilIdle().
by
[email protected]
· 13 years ago
1808285
Move remaining files in content\browser\renderer_host to content namespace.
by
[email protected]
· 13 years ago
458e952
Add methods to base::Thread to allow Windows consumers to ask for COM to be intialized on the Thread.
by
[email protected]
· 13 years ago
96baf3e
cc: Rename cc classes and members to match filenames
by
[email protected]
· 13 years ago
eb39819
Move a bunch of code in content\common (as well as a few left in renderer) to the content namespace.
by
[email protected]
· 13 years ago
c753e25a
Revert "cc: Rename cc classes and members to match filenames"
by
[email protected]
· 13 years ago
184fac5
cc: Rename cc classes and members to match filenames
by
[email protected]
· 13 years ago
5a6915cb
Aura: Allow browser UI thread waiting for compositor commits.
by
[email protected]
· 13 years ago
b35254d
Initial implementation of AutoThread.
by
[email protected]
· 13 years ago
efbee2031
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
by
[email protected]
· 13 years ago
c7cdaeb9
Call Stop() from all destructors of base::Thread subclasses (except for a couple that ensure Stop() has already been called).
by
[email protected]
· 13 years ago
113d2ac
- Implement delayed task posting for SequencedWorkerPool.
by
[email protected]
· 13 years ago
2c391df
Trace PostTasks from post to run.
by
[email protected]
· 13 years ago
22c5f086
Add WebView implementation for CookieManager.
by
[email protected]
· 13 years ago
b404d350
Make sure that shutdown blocking SequencedWorkerPool use Critical Closures.
by
[email protected]
· 13 years ago
8f09b24
Cleanup - delete a pair of unneeded files.
by
[email protected]
· 13 years ago
9e9999d8
Support profiling of tasks run as sequenced_tasks
by
[email protected]
· 13 years ago
1968d977
Enable parts of base_untrusted that are used by remoting client
by
[email protected]
· 13 years ago
bff7f4cd
Give the post-and-reply worker pool test a chance to finish on iOS
by
[email protected]
· 13 years ago
7abf72d
Don't set "unlimited" stacks on iOS
by
[email protected]
· 13 years ago
bdb2e10
Ensure SequencedWorkerPool::Shutdown() blocks for already-started SKIP_ON_SHUTDOWN tasks
by
[email protected]
· 13 years ago
fc4616f
Move more files into the content namespace.
by
[email protected]
· 13 years ago
2a0f1e8
Switch to TimeDelta interface for process waiting functions in base.
by
[email protected]
· 13 years ago
01c86ec
Remove the rest of #pragma once in one big CL.
by
[email protected]
· 13 years ago
95bbcc7
RefCounted types should not have public destructors
by
[email protected]
· 13 years ago
7329734
Increase worker thread stack size for AddressSanitizer. This is especially required for debug builds, since ASAN uses a lot more stack and otherwise causes it to crash.
by
[email protected]
· 13 years ago
a571ce85
Enable base::NonThreadSafe when DCHECK_ALWAYS_ON is set
by
[email protected]
· 13 years ago
8558841
Don't rely on undefined macro behaviour in unit tests.
by
[email protected]
· 13 years ago
e22f2de8
Fix thread_restrictions ifdef
by
[email protected]
· 13 years ago
cb93248
RefCounted types should not have public destructors, base/ edition
by
[email protected]
· 13 years ago
f3ef72c
Switch thread_restrictions to use the same ifdef flags as thread_checker.
by
[email protected]
· 13 years ago
81c309c
Update documentation for base::ThreadChecker
by
[email protected]
· 13 years ago
beea992
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta.
by
[email protected]
· 13 years ago
Next »