index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
threading
Commit message (
Expand
)
Author
Age
Files
Lines
*
POSIX: Delete ThreadParams on newly created threads ASAP.
thestig
2015-07-29
1
-6
/
+11
*
base/threading: Lazy thread startup for pthreads
toyoshim
2015-07-28
1
-45
/
+18
*
base: Move RunsTasksOnCurrentThread out of TaskRunnerTest.
dcastagna
2015-07-24
1
-0
/
+8
*
base/threading: measure event wait times
toyoshim
2015-07-24
2
-1
/
+12
*
PlatformThreadHandle: remove public id() interface
toyoshim
2015-07-24
7
-52
/
+102
*
WorkerPool: Support clean shutdown on POSIX.
yzshen
2015-07-20
5
-124
/
+332
*
base/threading: Move Create() to share from all platforms
toyoshim
2015-07-18
4
-25
/
+8
*
Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TS...
amistry
2015-07-17
2
-5
/
+8
*
base/threading: restrict to set only current thread priority
toyoshim
2015-07-14
9
-184
/
+152
*
Add some missing virtual destructors to base classes.
derat
2015-07-13
2
-0
/
+3
*
Increase priority of raster threads on Android.
aelias
2015-07-07
1
-15
/
+8
*
MessageLoop: wire the unused static method in base::Thread (follow-up cleanup)
kinuko
2015-06-30
1
-3
/
+7
*
Change a bug reference in a comment.
thakis
2015-06-25
1
-1
/
+1
*
Thread priority sticked to REALTIME_AUDIO on Linux
toyoshim
2015-06-25
1
-0
/
+11
*
Apply the initial thread priority on the starting thread on Windows
toyoshim
2015-06-25
1
-10
/
+17
*
base: Remove MessageLoopProxy
skyostil
2015-06-19
2
-13
/
+0
*
Stop crashing in NetworkChangeNotifierMac when running tests.
esprehn
2015-06-18
1
-0
/
+2
*
Remove base::Thread::SetPriority() interface
toyoshim
2015-06-18
2
-10
/
+0
*
Remove base::SimpleThread::SetThreadPriority() interface
toyoshim
2015-06-16
1
-8
/
+4
*
base: Don't crash in Thread::task_runner() if the thread isn't running
skyostil
2015-06-11
2
-1
/
+7
*
Move safe_strerror to posix directory and the base namespace.
brettw
2015-06-09
1
-1
/
+0
*
Fix to set RenderThread priority correctly on Linux
toyoshim
2015-06-09
2
-2
/
+13
*
base/threading: introduce ThreadPriority to Thread::Options
toyoshim
2015-06-09
3
-3
/
+20
*
base/threading: minor cleanups to remove friend class
toyoshim
2015-06-03
4
-17
/
+14
*
Remove ScopedProfiler in Thread::StartWithOptions
kinuko
2015-06-02
1
-6
/
+0
*
Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks
miu
2015-05-29
1
-8
/
+8
*
Temporarily re-add ScopedTracker in Thread::StartWithOptions for follow-up
kinuko
2015-05-29
1
-0
/
+5
*
Reland (3rd try): Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-23
6
-103
/
+134
*
Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...
glider
2015-05-18
6
-134
/
+103
*
Reland: Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-18
6
-103
/
+134
*
Cleanup base profiler initialization code.
asvitkine
2015-05-07
3
-8
/
+3
*
Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...
kinuko
2015-05-07
6
-118
/
+101
*
Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-05
6
-101
/
+118
*
base: Remove more use of MessageLoopProxy
skyostil
2015-05-05
2
-15
/
+13
*
Revert of Revert some other possible suspects of a 0.43% size increase of set...
dbeam
2015-05-04
12
-25
/
+23
*
Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...
Dan Beam
2015-05-04
12
-23
/
+25
*
Avoid unnecessary memory allocations at PlatformThread::SetName()
mikhail.pozdnyakov
2015-05-04
12
-25
/
+23
*
Cleanup: removing unused descendants information from tracked objects.
vadimt
2015-05-01
3
-4
/
+0
*
base: Remove most uses of MessageLoopProxy
skyostil
2015-04-30
8
-43
/
+38
*
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...
stevenjb
2015-04-29
10
-53
/
+58
*
base: Remove use of MessageLoopProxy
skyostil
2015-04-29
10
-58
/
+53
*
GN Windows build fixes
brettw
2015-04-24
1
-5
/
+4
*
Allow Waitable event to be used to intentionally hang the UI thread for debug...
erikwright
2015-04-23
1
-0
/
+2
*
Update {virtual,override} to follow C++11 style in base.
nick
2015-04-22
1
-3
/
+3
*
Modify instrumentation for various jank bugs, mostly removing outdated sites.
pkasting
2015-04-10
1
-6
/
+1
*
Turn ThreadPriority enum into an enum class.
gab
2015-04-01
9
-62
/
+66
*
Add full SetThreadPriority support to Windows.
gab
2015-04-01
10
-35
/
+335
*
thread_local_unittest: Avoid invalid casts to polymorphic type.
pcc
2015-03-31
1
-12
/
+11
*
Base: Change task posting logic to SequencedWorkerPool during shutdown.
erikchen
2015-03-31
3
-36
/
+85
*
Deduplicate PlatformThread's POSIX implementations of SetThreadPriority.
gab
2015-03-19
6
-162
/
+175
[next]