Home
last modified time | relevance | path

Searched refs:AbstractThread (Results 51 – 75 of 652) sorted by relevance

12345678910>>...27

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DStateWatching.h178 explicit WatchManager(OwnerType* aOwner, AbstractThread* aOwnerThread) in WatchManager()
222 PerCallbackWatcher(OwnerType* aOwner, AbstractThread* aOwnerThread, in PerCallbackWatcher()
246 AbstractThread::DispatchDirectTask( in Notify()
266 RefPtr<AbstractThread> mOwnerThread;
295 RefPtr<AbstractThread> mOwnerThread;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DStateWatching.h178 explicit WatchManager(OwnerType* aOwner, AbstractThread* aOwnerThread) in WatchManager()
222 PerCallbackWatcher(OwnerType* aOwner, AbstractThread* aOwnerThread, in PerCallbackWatcher()
246 AbstractThread::DispatchDirectTask( in Notify()
266 RefPtr<AbstractThread> mOwnerThread;
295 RefPtr<AbstractThread> mOwnerThread;
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DStateWatching.h178 explicit WatchManager(OwnerType* aOwner, AbstractThread* aOwnerThread) in WatchManager()
222 PerCallbackWatcher(OwnerType* aOwner, AbstractThread* aOwnerThread, in PerCallbackWatcher()
246 AbstractThread::DispatchDirectTask( in Notify()
266 RefPtr<AbstractThread> mOwnerThread;
295 RefPtr<AbstractThread> mOwnerThread;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DStateWatching.h178 explicit WatchManager(OwnerType* aOwner, AbstractThread* aOwnerThread) in WatchManager()
222 PerCallbackWatcher(OwnerType* aOwner, AbstractThread* aOwnerThread, in PerCallbackWatcher()
246 AbstractThread::DispatchDirectTask( in Notify()
266 RefPtr<AbstractThread> mOwnerThread;
295 RefPtr<AbstractThread> mOwnerThread;
/dports/www/firefox/firefox-99.0/dom/media/gtest/
H A DWaitFor.h32 AbstractThread::GetCurrent(), [&](T aValue) { value = Some(aValue); }); in WaitFor()
74 aEvent.Connect(AbstractThread::GetCurrent(), [&](Args... aValue) { in WaitUntil()
99 AbstractThread::GetCurrent(), __func__, [values, aN]() mutable {
105 *listener = aEvent.Connect(AbstractThread::GetCurrent(),
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaDecoder.cpp196 AbstractThread::MainThread()->Dispatch(r.forget()); in NotifyDecodeError()
254 AbstractThread::MainThread()->Dispatch(r.forget()); in NotifyDataEnded()
285 AbstractThread::MainThread()->Dispatch(r.forget()); in NotifyBytesConsumed()
381 : mWatchManager(this, AbstractThread::MainThread()) in MediaDecoder()
488 ->Then(AbstractThread::MainThread(), __func__, this, in Shutdown()
499 AbstractThread::MainThread()->Dispatch(r.forget()); in Shutdown()
664 AbstractThread::MainThread(), this, &MediaDecoder::MetadataLoaded); in SetStateMachineParameters()
743 AbstractThread::MainThread()->Dispatch(r.forget()); in AsyncResolveSeekDOMPromiseIfExists()
757 AbstractThread::MainThread()->Dispatch(r.forget()); in AsyncRejectSeekDOMPromiseIfExists()
779 ->Then(AbstractThread::MainThread(), __func__, this, in CallSeek()
[all …]
H A DQueueObject.cpp14 QueueObject::QueueObject(RefPtr<AbstractThread> aThread) : mThread(aThread) {} in QueueObject()
36 AbstractThread*
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/
H A DWaitFor.h30 AbstractThread::GetCurrent(), [&](T aValue) { value = Some(aValue); }); in WaitFor()
43 aEvent.Connect(AbstractThread::GetCurrent(), [&] { done = true; }); in WaitFor()
77 aEvent.Connect(AbstractThread::GetCurrent(), [&](T aValue) { in WaitUntil()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gtest/
H A DWaitFor.h30 AbstractThread::GetCurrent(), [&](T aValue) { value = Some(aValue); }); in WaitFor()
43 aEvent.Connect(AbstractThread::GetCurrent(), [&] { done = true; }); in WaitFor()
77 aEvent.Connect(AbstractThread::GetCurrent(), [&](T aValue) { in WaitUntil()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DSchedulerGroup.h27 class AbstractThread; variable
142 AbstractThread* AbstractMainThreadFor(TaskCategory aCategory);
188 virtual AbstractThread* AbstractMainThreadForImpl(TaskCategory aCategory);
218 RefPtr<AbstractThread> mAbstractThreads[size_t(TaskCategory::Count)];
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transportbridge/
H A DMediaPipeline.h89 RefPtr<AbstractThread> aCallThread,
201 const RefPtr<AbstractThread> mCallThread;
262 RefPtr<AbstractThread> aCallThread,
348 RefPtr<AbstractThread> aCallThread,
363 RefPtr<AbstractThread> aCallThread,
394 RefPtr<AbstractThread> aCallThread,
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DCallWorkerThread.h19 class CallWorkerThread final : public AbstractThread,
27 : AbstractThread(aWebrtcTaskQueue->mTaskQueue->SupportsTailDispatch()), in CallWorkerThread()
47 NS_IMPL_ISUPPORTS_INHERITED(CallWorkerThread, AbstractThread,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDispatcherTrait.cpp26 AbstractThread* DispatcherTrait::AbstractMainThreadFor(TaskCategory aCategory) { in AbstractMainThreadFor()
28 return AbstractThread::MainThread(); in AbstractMainThreadFor()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDispatcherTrait.cpp25 AbstractThread* DispatcherTrait::AbstractMainThreadFor(TaskCategory aCategory) { in AbstractMainThreadFor()
27 return AbstractThread::MainThread(); in AbstractMainThreadFor()
H A DDispatcherTrait.h18 class AbstractThread; variable
38 virtual AbstractThread* AbstractMainThreadFor(TaskCategory aCategory);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDispatcherTrait.cpp25 AbstractThread* DispatcherTrait::AbstractMainThreadFor(TaskCategory aCategory) { in AbstractMainThreadFor()
27 return AbstractThread::MainThread(); in AbstractMainThreadFor()
H A DDispatcherTrait.h17 class AbstractThread; variable
37 virtual AbstractThread* AbstractMainThreadFor(TaskCategory aCategory);
/dports/www/firefox/firefox-99.0/dom/base/
H A DDispatcherTrait.cpp25 AbstractThread* DispatcherTrait::AbstractMainThreadFor(TaskCategory aCategory) { in AbstractMainThreadFor()
27 return AbstractThread::MainThread(); in AbstractMainThreadFor()
H A DDispatcherTrait.h18 class AbstractThread; variable
38 virtual AbstractThread* AbstractMainThreadFor(TaskCategory aCategory);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDispatcherTrait.cpp25 AbstractThread* DispatcherTrait::AbstractMainThreadFor(TaskCategory aCategory) { in AbstractMainThreadFor()
27 return AbstractThread::MainThread(); in AbstractMainThreadFor()
H A DDispatcherTrait.h18 class AbstractThread; variable
38 virtual AbstractThread* AbstractMainThreadFor(TaskCategory aCategory);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DQueueObject.cpp14 QueueObject::QueueObject(RefPtr<AbstractThread> aThread) : mThread(aThread) {} in QueueObject()
28 AbstractThread* QueueObject::Thread() { return mThread; } in Thread()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DQueueObject.cpp14 QueueObject::QueueObject(RefPtr<AbstractThread> aThread) : mThread(aThread) {} in QueueObject()
28 AbstractThread* QueueObject::Thread() { return mThread; } in Thread()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DQueueObject.cpp14 QueueObject::QueueObject(RefPtr<AbstractThread> aThread) : mThread(aThread) {} in QueueObject()
28 AbstractThread* QueueObject::Thread() { return mThread; } in Thread()
/dports/www/firefox/firefox-99.0/dom/media/
H A DQueueObject.cpp14 QueueObject::QueueObject(RefPtr<AbstractThread> aThread) : mThread(aThread) {} in QueueObject()
28 AbstractThread* QueueObject::Thread() { return mThread; } in Thread()

12345678910>>...27