fune/xpcom/threads
Bob Owen 4e3f0dcd50 Bug 1546154 p6: Remove MSCOMInitThreadPoolListener. r=padenot
Threads are implicitly members of the multi-threaded apartment and calls to
CoInitializeEx (and CoUninitializeEx) cause user32 to load.

Differential Revision: https://phabricator.services.mozilla.com/D124934
2021-09-20 10:09:02 +00:00
..
AbstractThread.cpp
AbstractThread.h Bug 1724867 - Allow using IsOnCurrentThread on AbstractThread. r=xpcom-reviewers,nika 2021-08-10 08:04:49 +00:00
BlockingResourceBase.cpp Bug 1727563 - Implement TryLock methods and RAII helpers for RWLock. r=xpcom-reviewers,nika 2021-09-08 10:40:07 +00:00
BlockingResourceBase.h
components.conf
CondVar.h
CPUUsageWatcher.cpp
CPUUsageWatcher.h
DataMutex.h
DeadlockDetector.h
DelayedRunnable.cpp
DelayedRunnable.h
EventQueue.cpp Bug 1632733 - Always use InputTaskManager for InputHigh tasks regardless InputEventQueueState r=smaug 2021-06-16 19:54:37 +00:00
EventQueue.h Bug 1708042, add control priority to the main thread, r=bas 2021-05-21 15:46:45 +00:00
IdlePeriodState.cpp
IdlePeriodState.h Bug 1713320, ensure idle tasks get run, r=bas 2021-05-31 13:32:36 +00:00
IdleTaskRunner.cpp Bug 1727960 - Use the start time of an idle task when nsRefreshDriver is ticking r=smaug, 2021-09-02 01:17:28 +00:00
IdleTaskRunner.h Bug 1727960 - Use the start time of an idle task when nsRefreshDriver is ticking r=smaug, 2021-09-02 01:17:28 +00:00
InputEventStatistics.cpp
InputEventStatistics.h
InputTaskManager.cpp Bug 1632733 - Always use InputTaskManager for InputHigh tasks regardless InputEventQueueState r=smaug 2021-06-16 19:54:37 +00:00
InputTaskManager.h Bug 1632733 - Always use InputTaskManager for InputHigh tasks regardless InputEventQueueState r=smaug 2021-06-16 19:54:37 +00:00
LazyIdleThread.cpp
LazyIdleThread.h
LeakRefPtr.h
MainThreadIdlePeriod.cpp
MainThreadIdlePeriod.h
MainThreadUtils.h Bug 1718262 - Remove duplicated declaration of NS_GetCurrentThread. r=mccr8 2021-06-25 18:35:09 +00:00
Monitor.h
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
MozPromise.h Bug 1629064 - pt 9. Use the current idle slice to start the GC if we can r=smaug 2021-05-12 06:46:11 +00:00
MozPromiseInlines.h Bug 1729458 - Part 1: Simplify DomPromiseListener, r=smaug,rpl 2021-09-14 15:02:58 +00:00
Mutex.h Bug 1727558 - Implement an RAII class for Mutex::TryLock. r=xpcom-reviewers,nika 2021-09-01 10:10:24 +00:00
nsEnvironment.cpp
nsEnvironment.h
nsICancelableRunnable.h
nsIDelayedRunnableObserver.h
nsIDirectTaskDispatcher.idl
nsIDiscardableRunnable.h
nsIEnvironment.idl
nsIEventTarget.idl
nsIIdlePeriod.idl
nsIIdleRunnable.h
nsINamed.idl
nsIProcess.idl
nsIRunnable.idl Bug 1708042, add control priority to the main thread, r=bas 2021-05-21 15:46:45 +00:00
nsISerialEventTarget.idl
nsISupportsPriority.idl
nsIThread.idl
nsIThreadInternal.idl
nsIThreadManager.idl
nsIThreadPool.idl
nsITimer.idl Bug 1729689 - Do not require nsITimerCallback implementations to implement nsINamed on release or beta, as runnables don't have names there, r=smaug. 2021-09-09 12:54:11 +00:00
nsMemoryPressure.cpp Bug 1701368 - Part3: Remove the MemPressure_Ongoing request. r=gsvelto 2021-07-06 22:30:58 +00:00
nsMemoryPressure.h Bug 1701368 - Part3: Remove the MemPressure_Ongoing request. r=gsvelto 2021-07-06 22:30:58 +00:00
nsProcess.h
nsProcessCommon.cpp
nsProxyRelease.cpp Bug 1727497 - Return Dispatch result from NS_ProxyRelease; r=dom-storage-reviewers,xpcom-reviewers,nika,janv 2021-09-14 13:17:55 +00:00
nsProxyRelease.h Bug 1727497 - Return Dispatch result from NS_ProxyRelease; r=dom-storage-reviewers,xpcom-reviewers,nika,janv 2021-09-14 13:17:55 +00:00
nsThread.cpp Bug 1728544 - Make the MarkerSchema::Format enum class values CamelCased r=gerald 2021-09-03 14:30:10 +00:00
nsThread.h
nsThreadManager.cpp Backed out 2 changesets (bug 1707924) for multiple failures with crash [@ BackgroundEventTarget::CreateBackgroundTaskQueue(char const*)]. CLOSED TREE 2021-04-30 06:20:24 +03:00
nsThreadManager.h
nsThreadPool.cpp
nsThreadPool.h
nsThreadSyncDispatch.h
nsThreadUtils.cpp Bug 1718154 - Remove unneeded MOZILLA_INTERNAL_API from nsThreadUtils.cpp. r=glandium 2021-06-25 03:06:35 +00:00
nsThreadUtils.h Bug 1727137 - Require IdleRunnable instances to have a name, r=bas. 2021-08-31 13:41:45 +00:00
nsTimerImpl.cpp Bug 1726177: For repeating precise, keep the cadence when we finish firing late. r=xpcom-reviewers,nika,jesup 2021-09-03 21:59:00 +00:00
nsTimerImpl.h Bug 1728228 - Add profiler markers in the Timer thread to understand its activity, r=gerald,smaug,KrisWright. 2021-08-31 13:41:46 +00:00
PerformanceCounter.cpp
PerformanceCounter.h
Queue.h Bug 1706365 - Part 1: Safely invoke destructors and constructors in mozilla::Queue, r=xpcom-reviewers,kmag 2021-05-06 20:05:34 +00:00
RecursiveMutex.cpp
RecursiveMutex.h
ReentrantMonitor.h
RWLock.cpp Bug 1727563 - Implement TryLock methods and RAII helpers for RWLock. r=xpcom-reviewers,nika 2021-09-08 10:40:07 +00:00
RWLock.h Bug 1727563 - Implement TryLock methods and RAII helpers for RWLock. r=xpcom-reviewers,nika 2021-09-08 10:40:07 +00:00
SchedulerGroup.cpp Bug 1718333 - Remove unnecessary AssertLinkThread assertions, r=handyman 2021-07-15 21:09:55 +00:00
SchedulerGroup.h
SharedThreadPool.cpp Bug 1546154 p6: Remove MSCOMInitThreadPoolListener. r=padenot 2021-09-20 10:09:02 +00:00
SharedThreadPool.h
SpinEventLoopUntil.h
StateMirroring.h
StateWatching.h
SynchronizedEventQueue.cpp
SynchronizedEventQueue.h
SyncRunnable.h
TaskCategory.h
TaskController.cpp Bug 1546154 p5: Remove CoInitializeEx call from TaskController. r=bas 2021-09-20 10:09:02 +00:00
TaskController.h Bug 1727517 - Require task controller tasks to have a name, r=bas. 2021-08-31 13:41:45 +00:00
TaskDispatcher.h
TaskQueue.cpp Bug 1678149 - Use a mozilla::Queue in TaskQueue r=xpcom-reviewers,mccr8 2021-08-25 14:10:06 +00:00
TaskQueue.h Bug 1678149 - Use a mozilla::Queue in TaskQueue r=xpcom-reviewers,mccr8 2021-08-25 14:10:06 +00:00
ThreadBound.h
ThreadDelay.cpp
ThreadDelay.h
ThreadEventQueue.cpp Bug 1708042, add control priority to the main thread, r=bas 2021-05-21 15:46:45 +00:00
ThreadEventQueue.h
ThreadEventTarget.cpp Bug 1715257 - Remove Task Tracer code from the profiler, r=gerald,necko-reviewers. 2021-06-17 09:33:00 +00:00
ThreadEventTarget.h
ThreadLocalVariables.cpp
ThrottledEventQueue.cpp
ThrottledEventQueue.h
TimerThread.cpp Bug 1728544 - Make the MarkerSchema::Searchable enum class values CamelCased r=gerald 2021-09-03 14:30:10 +00:00
TimerThread.h Bug 1728228 - Add profiler markers in the Timer thread to understand its activity, r=gerald,smaug,KrisWright. 2021-08-31 13:41:46 +00:00
VsyncTaskManager.cpp Bug 1708070 - Use VsyncTaskManager::WillRunTask to change InputVsyncState r=smaug 2021-04-29 16:39:30 +00:00
VsyncTaskManager.h Bug 1708070 - Use VsyncTaskManager::WillRunTask to change InputVsyncState r=smaug 2021-04-29 16:39:30 +00:00