Home
last modified time | relevance | path

Searched refs:workerRunnable (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/
H A DLayoutQueue.java85 Runnable workerRunnable = () -> { in addTask() local
94 worker = new Thread(null, workerRunnable, "text-layout", 0, false); in addTask()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DWorkerThread.cpp265 …RefPtr<WorkerRunnable> workerRunnable = workerPrivate->MaybeWrapAsWorkerRunnable(runnable.forget()… in Dispatch() local
266 rv = nsThread::Dispatch(workerRunnable.forget(), NS_DISPATCH_NORMAL); in Dispatch()
H A DWorkerPrivate.cpp2594 RefPtr<WorkerRunnable> workerRunnable = in MaybeWrapAsWorkerRunnable() local
2596 if (workerRunnable) { in MaybeWrapAsWorkerRunnable()
2597 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
2605 workerRunnable = in MaybeWrapAsWorkerRunnable()
2607 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
6678 RefPtr<WorkerRunnable> workerRunnable; in Dispatch() local
6689 workerRunnable = mWorkerPrivate->MaybeWrapAsWorkerRunnable(event.forget()); in Dispatch()
6693 mWorkerPrivate->DispatchPrivate(workerRunnable.forget(), mNestedEventTarget); in Dispatch()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DWorkerThread.cpp254 RefPtr<WorkerRunnable> workerRunnable = in Dispatch() local
256 rv = nsThread::Dispatch(workerRunnable.forget(), NS_DISPATCH_NORMAL); in Dispatch()
H A DWorkerPrivate.cpp1488 RefPtr<WorkerRunnable> workerRunnable = in MaybeWrapAsWorkerRunnable() local
1490 if (workerRunnable) { in MaybeWrapAsWorkerRunnable()
1491 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
1499 workerRunnable = new ExternalRunnableWrapper(this, runnable); in MaybeWrapAsWorkerRunnable()
1500 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
4862 RefPtr<WorkerRunnable> workerRunnable; in Dispatch() local
4874 workerRunnable = mWorkerPrivate->MaybeWrapAsWorkerRunnable(event.forget()); in Dispatch()
4877 nsresult rv = mWorkerPrivate->DispatchPrivate(workerRunnable.forget(), in Dispatch()
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerThread.cpp288 RefPtr<WorkerRunnable> workerRunnable = in Dispatch() local
290 rv = nsThread::Dispatch(workerRunnable.forget(), NS_DISPATCH_NORMAL); in Dispatch()
H A DWorkerPrivate.cpp1597 RefPtr<WorkerRunnable> workerRunnable = in MaybeWrapAsWorkerRunnable() local
1599 if (workerRunnable) { in MaybeWrapAsWorkerRunnable()
1600 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
1610 workerRunnable = new ExternalRunnableWrapper(this, runnable); in MaybeWrapAsWorkerRunnable()
1611 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
5504 RefPtr<WorkerRunnable> workerRunnable; in Dispatch() local
5516 workerRunnable = mWorkerPrivate->MaybeWrapAsWorkerRunnable(event.forget()); in Dispatch()
5520 mWorkerPrivate->Dispatch(workerRunnable.forget(), mNestedEventTarget); in Dispatch()
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerThread.cpp288 RefPtr<WorkerRunnable> workerRunnable = in Dispatch() local
290 rv = nsThread::Dispatch(workerRunnable.forget(), NS_DISPATCH_NORMAL); in Dispatch()
H A DWorkerPrivate.cpp1622 RefPtr<WorkerRunnable> workerRunnable = in MaybeWrapAsWorkerRunnable() local
1624 if (workerRunnable) { in MaybeWrapAsWorkerRunnable()
1625 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
1635 workerRunnable = new ExternalRunnableWrapper(this, runnable); in MaybeWrapAsWorkerRunnable()
1636 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
5620 RefPtr<WorkerRunnable> workerRunnable; in Dispatch() local
5632 workerRunnable = mWorkerPrivate->MaybeWrapAsWorkerRunnable(event.forget()); in Dispatch()
5636 mWorkerPrivate->Dispatch(workerRunnable.forget(), mNestedEventTarget); in Dispatch()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerThread.cpp288 RefPtr<WorkerRunnable> workerRunnable = in Dispatch() local
290 rv = nsThread::Dispatch(workerRunnable.forget(), NS_DISPATCH_NORMAL); in Dispatch()
H A DWorkerPrivate.cpp1597 RefPtr<WorkerRunnable> workerRunnable = in MaybeWrapAsWorkerRunnable() local
1599 if (workerRunnable) { in MaybeWrapAsWorkerRunnable()
1600 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
1610 workerRunnable = new ExternalRunnableWrapper(this, runnable); in MaybeWrapAsWorkerRunnable()
1611 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
5504 RefPtr<WorkerRunnable> workerRunnable; in Dispatch() local
5516 workerRunnable = mWorkerPrivate->MaybeWrapAsWorkerRunnable(event.forget()); in Dispatch()
5520 mWorkerPrivate->Dispatch(workerRunnable.forget(), mNestedEventTarget); in Dispatch()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DWorkerThread.cpp283 RefPtr<WorkerRunnable> workerRunnable = in Dispatch() local
285 rv = nsThread::Dispatch(workerRunnable.forget(), NS_DISPATCH_NORMAL); in Dispatch()
H A DWorkerPrivate.cpp1559 RefPtr<WorkerRunnable> workerRunnable = in MaybeWrapAsWorkerRunnable() local
1561 if (workerRunnable) { in MaybeWrapAsWorkerRunnable()
1562 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
1570 workerRunnable = new ExternalRunnableWrapper(this, runnable); in MaybeWrapAsWorkerRunnable()
1571 return workerRunnable.forget(); in MaybeWrapAsWorkerRunnable()
5372 RefPtr<WorkerRunnable> workerRunnable; in Dispatch() local
5384 workerRunnable = mWorkerPrivate->MaybeWrapAsWorkerRunnable(event.forget()); in Dispatch()
5388 mWorkerPrivate->Dispatch(workerRunnable.forget(), mNestedEventTarget); in Dispatch()
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/locales/en-US/
H A Dmarkers.properties45 marker.label.javascript.workerRunnable=Worker
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/locales/en-US/
H A Dmarkers.properties45 marker.label.javascript.workerRunnable=Worker
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/locales/en-US/
H A Dmarkers.properties45 marker.label.javascript.workerRunnable=Worker
/dports/www/firefox/firefox-99.0/devtools/client/locales/en-US/
H A Dmarkers.properties45 marker.label.javascript.workerRunnable=Worker
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerOp.cpp370 RefPtr<WorkerRunnable> workerRunnable = in NS_IMPL_ISUPPORTS_INHERITED0() local
373 if (NS_WARN_IF(!workerRunnable->Dispatch())) { in NS_IMPL_ISUPPORTS_INHERITED0()

12