gecko-dev/xpcom/threads
Florian Quèze 1c3f80fe51 Bug 1738285 - move AUTO_PROFILE_FOLLOWING_RUNNABLE to its own header, r=gerald.
Differential Revision: https://phabricator.services.mozilla.com/D129825
2021-10-28 20:35:06 +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
CPUUsageWatcher.cpp Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
CPUUsageWatcher.h
CondVar.h
DataMutex.h
DeadlockDetector.h
DelayedRunnable.cpp
DelayedRunnable.h
EventQueue.cpp Bug 1734809 - add a new task priority between vsync and control, r=bas 2021-10-08 19:29:36 +00:00
EventQueue.h Bug 1734809 - add a new task priority between vsync and control, r=bas 2021-10-08 19:29:36 +00:00
IdlePeriodState.cpp
IdlePeriodState.h
IdleTaskRunner.cpp Backed out 2 changesets (bug 1727960) by dev request 2021-09-28 02:27:39 +03:00
IdleTaskRunner.h Backed out 2 changesets (bug 1727960) by dev request 2021-09-28 02:27:39 +03:00
InputEventStatistics.cpp Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
InputEventStatistics.h
InputTaskManager.cpp Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
InputTaskManager.h Bug 1733729: Fix non-unified build bustage in xpcom directory. r=mccr8 2021-10-05 00:29:56 +00:00
LazyIdleThread.cpp
LazyIdleThread.h
LeakRefPtr.h
MainThreadIdlePeriod.cpp Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
MainThreadIdlePeriod.h
MainThreadUtils.h Bug 1718262 - Remove duplicated declaration of NS_GetCurrentThread. r=mccr8 2021-06-25 18:35:09 +00:00
Monitor.h
MozPromise.h
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
PerformanceCounter.cpp
PerformanceCounter.h
Queue.h Bug 1733308 - Fix non-unified builds errors in xpcom/tests/gtest. r=xpcom-reviewers,mccr8 2021-10-01 01:49:19 +00:00
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
RecursiveMutex.cpp
RecursiveMutex.h
ReentrantMonitor.h
SchedulerGroup.cpp Bug 1718333 - Remove unnecessary AssertLinkThread assertions, r=handyman 2021-07-15 21:09:55 +00:00
SchedulerGroup.h
SharedThreadPool.cpp Bug 1731564: Use motivated SpinEventLoopUntil inside xpcom/*. r=xpcom-reviewers,nika 2021-10-07 08:06:16 +00:00
SharedThreadPool.h
SpinEventLoopUntil.h Bug 1731564: Add nested event loop stack to nsTerminator stderr output. r=xpcom-reviewers,nika 2021-10-07 08:06:17 +00:00
StateMirroring.h
StateWatching.h
SyncRunnable.h
SynchronizedEventQueue.cpp
SynchronizedEventQueue.h
TaskCategory.h
TaskController.cpp Bug 1738285 - move AUTO_PROFILE_FOLLOWING_RUNNABLE to its own header, r=gerald. 2021-10-28 20:35:06 +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 1734809 - add a new task priority between vsync and control, r=bas 2021-10-08 19:29:36 +00:00
ThreadEventQueue.h
ThreadEventTarget.cpp Bug 1731564: Use motivated SpinEventLoopUntil inside xpcom/*. r=xpcom-reviewers,nika 2021-10-07 08:06:16 +00:00
ThreadEventTarget.h
ThreadLocalVariables.cpp
ThrottledEventQueue.cpp
ThrottledEventQueue.h
TimerThread.cpp Bug 1735697 - Only record markers from actually-profiled threads - r=florian 2021-10-18 23:11:30 +00:00
TimerThread.h Bug 1729964 - Move timer-release threading assert from TimerThread to nsTimerImpl. r=xpcom-reviewers,nika 2021-10-06 14:33:41 +00:00
VsyncTaskManager.cpp
VsyncTaskManager.h Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
components.conf
moz.build Bug 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +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 1734809 - add a new task priority between vsync and control, r=bas 2021-10-08 19:29:36 +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 1733308 - Fix non-unified builds errors in xpcom/threads. r=xpcom-reviewers,mccr8 2021-10-01 01:49:18 +00:00
nsMemoryPressure.h Bug 1701368 - Part3: Remove the MemPressure_Ongoing request. r=gsvelto 2021-07-06 22:30:58 +00:00
nsProcess.h Bug 1734262 - Suppress thread leak reports for the monitor thread. r=decoder 2021-10-16 16:29:32 +00:00
nsProcessCommon.cpp Bug 1734262 - Suppress thread leak reports for the monitor thread. r=decoder 2021-10-16 16:29:32 +00:00
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 1735299 - Remove last use of unnammed NS_ReleaseOnMainThread r=extension-reviewers,rpl,nhnt11 2021-10-19 13:44:25 +00:00
nsThread.cpp Bug 1738285 - move AUTO_PROFILE_FOLLOWING_RUNNABLE to its own header, r=gerald. 2021-10-28 20:35:06 +00:00
nsThread.h Bug 1735129: Add thread-safe name getter to nsThread. r=xpcom-reviewers,nika 2021-10-21 11:51:08 +00:00
nsThreadManager.cpp Bug 1731564: Add nested event loop stack to nsTerminator stderr output. r=xpcom-reviewers,nika 2021-10-07 08:06:17 +00:00
nsThreadManager.h Bug 1731564: Introduce a motivated SpinEventLoopUntil for direct use from C++. r=xpcom-reviewers,nika,necko-reviewers 2021-10-07 08:06:10 +00:00
nsThreadPool.cpp Bug 1738285 - move AUTO_PROFILE_FOLLOWING_RUNNABLE to its own header, r=gerald. 2021-10-28 20:35:06 +00:00
nsThreadPool.h
nsThreadSyncDispatch.h
nsThreadUtils.cpp Bug 1735129: Add thread-safe name getter to nsThread. r=xpcom-reviewers,nika 2021-10-21 11:51:08 +00:00
nsThreadUtils.h Bug 1734811 - consider to use higher priority for the imglib tasks r=tnikkel 2021-10-08 19:29:37 +00:00
nsTimerImpl.cpp Bug 1729964 - Fix data race on static logging-only nsTimerImpl members. r=xpcom-reviewers,KrisWright 2021-10-06 14:33:41 +00:00
nsTimerImpl.h Bug 1729964 - Fix data race on static logging-only nsTimerImpl members. r=xpcom-reviewers,KrisWright 2021-10-06 14:33:41 +00:00