gecko-dev/xpcom/threads
Jean-Yves Avenard 05a0f10af0 Bug 1637500 - P3. Have GetCurrentSerialEventTarget return running XPCOMThreadWrapper. r=froydnj
This will allow to remove AbstractThread::Current() as GetCurrentSerialEventTarget TLS value will be set whenever a task dispatched on the XPCOMThreadWrapper is run.

Differential Revision: https://phabricator.services.mozilla.com/D80355
2020-06-23 05:05:38 +00:00
..
AbstractEventQueue.h Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
AbstractThread.cpp Bug 1637500 - P3. Have GetCurrentSerialEventTarget return running XPCOMThreadWrapper. r=froydnj 2020-06-23 05:05:38 +00:00
AbstractThread.h Bug 1646054 - P1. Remove EventTargetWrapper class. r=froydnj 2020-06-22 13:55:21 +00:00
BlockingResourceBase.cpp Bug 1609907 - Add AUTO_PROFILER_THREAD_SLEEP around wait_for in DEBUG OffTheBooksCondVar::Wait - r=mstange 2020-05-01 22:12:56 +00:00
BlockingResourceBase.h
CPUUsageWatcher.cpp
CPUUsageWatcher.h
CondVar.h
DataMutex.h
DeadlockDetector.h
EventQueue.cpp Bug 1627391 - Add missing includes and namespaces to xpcom/threads. r=xpcom-reviewers,sg 2020-04-07 22:10:29 +00:00
EventQueue.h
IdlePeriodState.cpp Bug 1627741: Expect an idle token only if we're actually using cross-process idle scheduling. r=smaug 2020-04-06 17:25:06 +00:00
IdlePeriodState.h Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
IdleTaskRunner.cpp Bug 1620594 - Part 3: Use default target for timers using SystemGroup. r=nika 2020-04-07 15:16:46 +00:00
IdleTaskRunner.h Bug 1620594 - Part 3: Use default target for timers using SystemGroup. r=nika 2020-04-07 15:16:46 +00:00
InputEventStatistics.cpp
InputEventStatistics.h
LazyIdleThread.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
LazyIdleThread.h
LeakRefPtr.h
MainThreadIdlePeriod.cpp Bug 1636456 - Implement WebXR idle deadline detection r=kip,daoshengmu,smaug,rbarker 2020-05-13 22:10:27 +00:00
MainThreadIdlePeriod.h
MainThreadQueue.h Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
MainThreadUtils.h
Monitor.h
MozPromise.h Bug 1641737 - P4. Add UseDirectTaskDispatch/UseSynchronousDispatch to MozPromiseHolder. r=bholley 2020-06-12 05:56:39 +00:00
MozPromiseInlines.h Bug 1634264 - Reject MozPromise when DomPromiseListener is deleted. r=mattwoodrow 2020-05-18 22:16:38 +00:00
Mutex.h Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
PerformanceCounter.cpp Bug 1627391 - Add missing includes and namespaces to xpcom/threads. r=xpcom-reviewers,sg 2020-04-07 22:10:29 +00:00
PerformanceCounter.h Bug 1627391 - Add missing includes and namespaces to xpcom/threads. r=xpcom-reviewers,sg 2020-04-07 22:10:29 +00:00
PrioritizedEventQueue.cpp Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
PrioritizedEventQueue.h Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
Queue.h
RWLock.cpp
RWLock.h
RecursiveMutex.cpp
RecursiveMutex.h
ReentrantMonitor.h
SchedulerGroup.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
SchedulerGroup.h Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
SharedThreadPool.cpp
SharedThreadPool.h
StateMirroring.h
StateWatching.h Bug 1642991 - Use RemoveElementsBy where easily possible. r=froydnj 2020-06-08 09:01:48 +00:00
SyncRunnable.h
SynchronizedEventQueue.cpp
SynchronizedEventQueue.h Bug 1627391 - Add missing includes and namespaces to xpcom/threads. r=xpcom-reviewers,sg 2020-04-07 22:10:29 +00:00
TaskCategory.h
TaskController.cpp Bug 1644292: Duplicate code for runnable telemetry for runnables executed inside TaskController. r=smaug 2020-06-09 13:02:37 +00:00
TaskController.h Bug 1606706 - Part 1: Add new TaskController code to the tree. r=smaug,froydnj 2020-06-03 23:39:58 +00:00
TaskDispatcher.h Bug 1644009 - P9. Add nsIDirectTaskDispatcher interface. r=froydnj 2020-06-12 05:10:25 +00:00
TaskQueue.cpp Bug 1637500 - P1. Have GetCurrentThreadSerialEventTarget returns the currently running TaskQueue if any. r=froydnj 2020-06-23 05:02:39 +00:00
TaskQueue.h Bug 1646054 - P2. Always retain dispatch flags r=froydnj 2020-06-22 13:55:23 +00:00
ThreadBound.h
ThreadDelay.cpp
ThreadDelay.h
ThreadEventQueue.cpp Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
ThreadEventQueue.h Bug 1606706 - Part 2: Integrate new TaskController code into tree and allow usage by pref. r=smaug 2020-06-04 00:02:18 +00:00
ThreadEventTarget.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
ThreadEventTarget.h
ThreadLocalVariables.cpp Bug 1627391 - Add missing includes and namespaces to xpcom/threads. r=xpcom-reviewers,sg 2020-04-07 22:10:29 +00:00
ThrottledEventQueue.cpp Bug 1634950 - Add event dispatch-and-run MOZ_LOG to our xpcom threads, r=froydnj 2020-05-12 12:48:49 +00:00
ThrottledEventQueue.h Bug 1624776 - Replace MOZ_MUST_USE with [[nodiscard]] in xpcom. r=xpcom-reviewers,KrisWright 2020-03-27 17:21:48 +00:00
TimerThread.cpp Bug 1644224 - make nsTimerEvent::sCanDeleteAllocator atomic/sequentially consistent r=froydnj 2020-06-08 19:59:40 +00:00
TimerThread.h Bug 1639632 - convert xpcom/ to inherit from mozilla::Runnable where possible; r=KrisWright 2020-05-20 20:37:58 +00:00
components.conf
moz.build Bug 1644009 - P9. Add nsIDirectTaskDispatcher interface. r=froydnj 2020-06-12 05:10:25 +00:00
nsEnvironment.cpp
nsEnvironment.h
nsICancelableRunnable.h
nsIDirectTaskDispatcher.idl Bug 1644009 - P9. Add nsIDirectTaskDispatcher interface. r=froydnj 2020-06-12 05:10:25 +00:00
nsIEnvironment.idl
nsIEventTarget.idl
nsIIdlePeriod.idl
nsIIdleRunnable.h
nsINamed.idl
nsIProcess.idl
nsIRunnable.idl
nsISerialEventTarget.idl
nsISupportsPriority.idl
nsIThread.idl
nsIThreadInternal.idl
nsIThreadManager.idl Bug 1620594 - Part 3: Use default target for timers using SystemGroup. r=nika 2020-04-07 15:16:46 +00:00
nsIThreadPool.idl
nsITimer.idl Bug 1635709: part 2) Add unit to `nsITimer`'s `init` methods. r=froydnj 2020-05-06 15:23:22 +00:00
nsMemoryPressure.cpp
nsMemoryPressure.h
nsProcess.h
nsProcessCommon.cpp
nsProxyRelease.cpp
nsProxyRelease.h Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
nsThread.cpp Bug 1645339 - Use range-based for with nsTObserverArray in xpcom. r=froydnj 2020-06-15 08:55:27 +00:00
nsThread.h Bug 1644009 - P9. Add nsIDirectTaskDispatcher interface. r=froydnj 2020-06-12 05:10:25 +00:00
nsThreadManager.cpp Bug 1637500 - P1. Have GetCurrentThreadSerialEventTarget returns the currently running TaskQueue if any. r=froydnj 2020-06-23 05:02:39 +00:00
nsThreadManager.h Bug 1631304 - Drill a fast path to accessing the main thread. r=erahm 2020-04-28 21:18:10 +00:00
nsThreadPool.cpp Bug 1642991 - Use RemoveElementsBy where easily possible. r=froydnj 2020-06-08 09:01:48 +00:00
nsThreadPool.h Bug 1639632 - convert xpcom/ to inherit from mozilla::Runnable where possible; r=KrisWright 2020-05-20 20:37:58 +00:00
nsThreadSyncDispatch.h
nsThreadUtils.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
nsThreadUtils.h Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
nsTimerImpl.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
nsTimerImpl.h