.. |
AbstractEventQueue.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
AbstractThread.cpp
|
|
|
AbstractThread.h
|
Bug 1465452 Part 12 - Record refcount changes for abstract threads, r=froydnj.
|
2018-07-21 14:35:23 +00:00 |
BlockingResourceBase.cpp
|
|
|
BlockingResourceBase.h
|
|
|
CondVar.h
|
|
|
CooperativeThreadPool.cpp
|
|
|
CooperativeThreadPool.h
|
|
|
CPUUsageWatcher.cpp
|
|
|
CPUUsageWatcher.h
|
|
|
DeadlockDetector.h
|
Bug 1207696 Part 4k - Don't record deadlock detector lock, r=froydnj.
|
2018-07-21 14:26:15 +00:00 |
EventQueue.cpp
|
|
|
EventQueue.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
IdleTaskRunner.cpp
|
|
|
IdleTaskRunner.h
|
|
|
InputEventStatistics.cpp
|
|
|
InputEventStatistics.h
|
|
|
LabeledEventQueue.cpp
|
|
|
LabeledEventQueue.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
LazyIdleThread.cpp
|
|
|
LazyIdleThread.h
|
|
|
LeakRefPtr.h
|
|
|
MainThreadIdlePeriod.cpp
|
|
|
MainThreadIdlePeriod.h
|
|
|
MainThreadQueue.h
|
|
|
MainThreadUtils.h
|
|
|
Monitor.h
|
Bug 1465452 Part 1 - Allow platform mutexes to specify whether they are recorded, r=froydnj.
|
2018-07-21 14:28:21 +00:00 |
moz.build
|
Bug 1090497 - Re-enable warnings as errors on clang-cl. r=froydnj
|
2018-07-31 22:10:07 +09:00 |
MozPromise.h
|
|
|
Mutex.h
|
Bug 1207696 Part 4b - Make recording optional in mozilla mutexes and monitors, r=froydnj.
|
2018-07-21 14:22:54 +00:00 |
nsEnvironment.cpp
|
|
|
nsEnvironment.h
|
|
|
nsICancelableRunnable.h
|
|
|
nsIEnvironment.idl
|
|
|
nsIEventTarget.idl
|
|
|
nsIIdlePeriod.idl
|
|
|
nsIIdleRunnable.h
|
|
|
nsILabelableRunnable.cpp
|
|
|
nsILabelableRunnable.h
|
|
|
nsINamed.idl
|
|
|
nsIProcess.idl
|
|
|
nsIRunnable.idl
|
|
|
nsISerialEventTarget.idl
|
|
|
nsISupportsPriority.idl
|
|
|
nsIThread.idl
|
|
|
nsIThreadInternal.idl
|
|
|
nsIThreadManager.idl
|
Bug 1476828 : Part 1 - Reduce the default thread manager thread stack size. r=erahm f=froydnj
|
2018-07-19 14:27:42 -07:00 |
nsIThreadPool.idl
|
|
|
nsITimer.idl
|
|
|
nsMemoryPressure.cpp
|
|
|
nsMemoryPressure.h
|
|
|
nsProcess.h
|
|
|
nsProcessCommon.cpp
|
Bug 1486690 - Remove unnecessary checks after moz_xmalloc() calls. r=glandium
|
2018-08-28 15:56:01 +10:00 |
nsProxyRelease.cpp
|
|
|
nsProxyRelease.h
|
|
|
nsThread.cpp
|
Bug 1486616 - Execute record/replay triggers when finalizing deferred things, r=mccr8.
|
2018-08-31 05:35:36 -10:00 |
nsThread.h
|
Bug 1459212 - Save memory reports for use in crash reports when low on memory r=dmajor,mccr8
|
2018-08-20 21:53:27 +00:00 |
nsThreadManager.cpp
|
Bug 1476405: Follow-up: Handle nsThread cleanup for threads that never shutdown. r=me
|
2018-07-26 16:36:16 -07:00 |
nsThreadManager.h
|
Bug 1476405: Follow-up: Handle nsThread cleanup for threads that never shutdown. r=me
|
2018-07-26 16:36:16 -07:00 |
nsThreadPool.cpp
|
|
|
nsThreadPool.h
|
|
|
nsThreadSyncDispatch.h
|
|
|
nsThreadUtils.cpp
|
|
|
nsThreadUtils.h
|
Bug 1267297 - Use AutoEntryScript for script activity bookkeeping instead of the request machinery. r=bholley
|
2018-09-04 16:59:56 +00:00 |
nsTimerImpl.cpp
|
|
|
nsTimerImpl.h
|
|
|
PerformanceCounter.cpp
|
Bug 1477943 - Add a unique id per PerformanceCounter instance - r=baku,froydnj
|
2018-07-27 11:44:22 +02:00 |
PerformanceCounter.h
|
Bug 1477943 - Add a unique id per PerformanceCounter instance - r=baku,froydnj
|
2018-07-27 11:44:22 +02:00 |
PrioritizedEventQueue.cpp
|
|
|
PrioritizedEventQueue.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
Queue.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
RecursiveMutex.cpp
|
|
|
RecursiveMutex.h
|
|
|
ReentrantMonitor.h
|
Bug 1207696 Part 4b - Make recording optional in mozilla mutexes and monitors, r=froydnj.
|
2018-07-21 14:22:54 +00:00 |
RWLock.cpp
|
|
|
RWLock.h
|
|
|
Scheduler.cpp
|
Bug 1489696: Adjust Scheduler::GetPrefs() return type to let it benefit from RVO and to address -Wreturn-std-move build warning. r=froydnj
|
2018-09-08 01:06:21 +00:00 |
Scheduler.h
|
Bug 1489696: Adjust Scheduler::GetPrefs() return type to let it benefit from RVO and to address -Wreturn-std-move build warning. r=froydnj
|
2018-09-08 01:06:21 +00:00 |
SchedulerGroup.cpp
|
|
|
SchedulerGroup.h
|
|
|
SharedThreadPool.cpp
|
Bug 1476729 - Wrap object in RefPtr. r=froydnj
|
2018-07-19 19:23:16 +00:00 |
SharedThreadPool.h
|
|
|
StateMirroring.h
|
|
|
StateWatching.h
|
|
|
SynchronizedEventQueue.cpp
|
|
|
SynchronizedEventQueue.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
SyncRunnable.h
|
|
|
SystemGroup.cpp
|
|
|
SystemGroup.h
|
|
|
TaskCategory.h
|
|
|
TaskDispatcher.h
|
|
|
TaskQueue.cpp
|
|
|
TaskQueue.h
|
|
|
ThreadEventQueue.cpp
|
Bug 1477512: Follow-up: Un-inline ThreadEventQueue::SizeOfExcludingThis. r=me
|
2018-07-23 23:17:12 -07:00 |
ThreadEventQueue.h
|
Bug 1477512: Follow-up: Un-inline ThreadEventQueue::SizeOfExcludingThis. r=me
|
2018-07-23 23:17:12 -07:00 |
ThreadEventTarget.cpp
|
|
|
ThreadEventTarget.h
|
Bug 1477512: Part 1 - Add memory reporter functions to thread event queues. r=erahm
|
2018-07-21 14:16:50 -07:00 |
ThrottledEventQueue.cpp
|
|
|
ThrottledEventQueue.h
|
|
|
TimerThread.cpp
|
Bug 1465452 Part 13 - Avoid recording some timer thread state, r=froydnj.
|
2018-07-21 14:36:02 +00:00 |
TimerThread.h
|
|
|