fune/xpcom/threads
2023-06-15 14:59:10 +00:00
..
AbstractThread.cpp
AbstractThread.h
BlockingResourceBase.cpp
BlockingResourceBase.h
components.conf Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug. 2023-04-20 09:43:41 +00:00
CondVar.h
CPUUsageWatcher.cpp
CPUUsageWatcher.h
DataMutex.h
DeadlockDetector.h
DelayedRunnable.cpp
DelayedRunnable.h
EventQueue.cpp
EventQueue.h
EventTargetCapability.h
IdlePeriodState.cpp Bug 1797688 - Part 8: Substitute gXPCOMThreadsShutDown with InOrBeyond(XPCOMShutdownThreads) in IdlePeriodState::GetLocalIdleDeadline. r=xpcom-reviewers,mccr8 2022-11-01 14:08:45 +00:00
IdlePeriodState.h
IdleTaskRunner.cpp
IdleTaskRunner.h
InputTaskManager.cpp
InputTaskManager.h
LazyIdleThread.cpp Bug 1542802 - Part 1: Replace LazyIdleThread with a thin wrapper around nsThreadPool, r=jesup,gstoll 2023-03-02 15:52:32 +00:00
LazyIdleThread.h Bug 1542802 - Part 1: Replace LazyIdleThread with a thin wrapper around nsThreadPool, r=jesup,gstoll 2023-03-02 15:52:32 +00:00
LeakRefPtr.h
MainThreadIdlePeriod.cpp
MainThreadIdlePeriod.h
MainThreadUtils.h Bug 1824465 - Part 1: Introduce ReleaseAssertIsOnMainThread, r=xpcom-reviewers,emilio,kmag 2023-04-19 22:10:07 +00:00
Monitor.h
moz.build Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
MozPromise.h Bug 1827281 - Include more information in the AssertIsDead assertion message, r=xpcom-reviewers,mccr8 2023-04-13 18:22:08 +00:00
MozPromiseInlines.h
Mutex.h
nsEnvironment.cpp
nsEnvironment.h
nsICancelableRunnable.h
nsIDirectTaskDispatcher.idl
nsIDiscardableRunnable.h
nsIEnvironment.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIEventTarget.idl Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
nsIIdlePeriod.idl
nsIIdleRunnable.h
nsINamed.idl
nsIProcess.idl
nsIRunnable.idl
nsISerialEventTarget.idl
nsISupportsPriority.idl
nsITargetShutdownTask.h
nsIThread.idl Bug 1748378 - Create a way to deprioritize threadpools. r=nika 2023-02-03 16:36:47 +00:00
nsIThreadInternal.idl
nsIThreadManager.idl Bug 1800213 - Add a flag for creating nsThreads with a NONMAINUITHREAD MessageLoop. r=xpcom-reviewers,nika 2023-02-28 14:32:42 +00:00
nsIThreadPool.idl Bug 1748378 - Create a way to deprioritize threadpools. r=nika 2023-02-03 16:36:47 +00:00
nsIThreadShutdown.idl
nsITimer.idl Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug. 2023-04-20 09:43:41 +00:00
nsMemoryPressure.cpp
nsMemoryPressure.h
nsProcess.h
nsProcessCommon.cpp Bug 1819311 - Collect errors on process launch r=nika,geckoview-reviewers,owlish 2023-04-13 08:35:24 +00:00
nsProxyRelease.cpp
nsProxyRelease.h Bug 1804755 - Log name for failed ProxyReleaseEvent dispatch warning, r=xpcom-reviewers,jstutte 2022-12-08 23:26:52 +00:00
nsThread.cpp Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
nsThread.h Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
nsThreadManager.cpp Bug 1748378 - Create a way to deprioritize threadpools. r=nika 2023-02-03 16:36:47 +00:00
nsThreadManager.h Bug 1768581 - Part 4: Postpone main nsThread destruction after full XPCOM shutdown. r=xpcom-reviewers,nika 2022-12-12 15:21:28 +00:00
nsThreadPool.cpp Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
nsThreadPool.h Bug 1748378 - Create a way to deprioritize threadpools. r=nika 2023-02-03 16:36:47 +00:00
nsThreadSyncDispatch.h Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
nsThreadUtils.cpp Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
nsThreadUtils.h Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
nsTimerImpl.cpp Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug. 2023-04-20 09:43:41 +00:00
nsTimerImpl.h Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug. 2023-04-20 09:43:41 +00:00
Queue.h
RecursiveMutex.cpp
RecursiveMutex.h
ReentrantMonitor.h
RWLock.cpp
RWLock.h
SchedulerGroup.cpp Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
SchedulerGroup.h Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
SharedThreadPool.cpp
SharedThreadPool.h
SpinEventLoopUntil.h
StateMirroring.h
StateWatching.h
SynchronizedEventQueue.cpp
SynchronizedEventQueue.h
SyncRunnable.h Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
TaskCategory.h
TaskController.cpp Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
TaskController.h Bug 1746479: xpcom TaskController cleanup r=bas 2023-03-31 14:03:19 +00:00
TaskDispatcher.h
TaskQueue.cpp
TaskQueue.h
ThreadBound.h
ThreadDelay.cpp
ThreadDelay.h
ThreadEventQueue.cpp Bug 1754554: Resolve TSAN issue with mBaseQueue in memory reporting r=mccr8 2023-05-15 16:42:30 +00:00
ThreadEventQueue.h Bug 1754554: Resolve TSAN issue with mBaseQueue in memory reporting r=mccr8 2023-05-15 16:42:30 +00:00
ThreadEventTarget.cpp Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio 2023-03-30 16:53:51 +00:00
ThreadEventTarget.h Bug 1799222 - Part 1: Prevent accidental dispatches to threadpool and timer threads, r=xpcom-reviewers,necko-reviewers,geckoview-reviewers,media-playback-reviewers,jesup,m_kato,padenot,kmag 2022-12-16 17:09:16 +00:00
ThreadLocalVariables.cpp
ThrottledEventQueue.cpp
ThrottledEventQueue.h
TimerThread.cpp Bug 1829983 - Disabled assert that's invalid on Windows r=dthayer 2023-06-15 14:59:10 +00:00
TimerThread.h Bug 1828013 - Add a scriptable API to list all current nsITimer instances, r=smaug. 2023-04-20 09:43:41 +00:00
VsyncTaskManager.cpp
VsyncTaskManager.h
WinHandleWatcher.cpp Bug 1772908 - [5/6] Implement WinHandleWatcher r=xpcom-reviewers,nika 2022-12-13 16:38:06 +00:00
WinHandleWatcher.h Bug 1772908 - [5/6] Implement WinHandleWatcher r=xpcom-reviewers,nika 2022-12-13 16:38:06 +00:00