Home
last modified time | relevance | path

Searched refs:runnable (Results 126 – 150 of 8864) sorted by relevance

12345678910>>...355

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java79 private final Runnable runnable; field in NewThreadAction
83 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
87 this.runnable = runnable; in NewThreadAction()
103 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
104 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
121 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
125 runnable, name, daemon); in NewThreadAction()
133 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.rmi/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java79 private final Runnable runnable; field in NewThreadAction
83 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
87 this.runnable = runnable; in NewThreadAction()
103 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
104 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
121 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
125 runnable, name, daemon); in NewThreadAction()
133 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.rmi/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java79 private final Runnable runnable; field in NewThreadAction
83 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
87 this.runnable = runnable; in NewThreadAction()
103 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
104 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
121 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
125 runnable, name, daemon); in NewThreadAction()
133 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.rmi/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java79 private final Runnable runnable; field in NewThreadAction
83 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
87 this.runnable = runnable; in NewThreadAction()
103 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
104 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
121 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
125 runnable, name, daemon); in NewThreadAction()
133 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.rmi/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java79 private final Runnable runnable; field in NewThreadAction
83 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
87 this.runnable = runnable; in NewThreadAction()
103 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
104 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
121 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
125 runnable, name, daemon); in NewThreadAction()
133 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.rmi/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java81 private final Runnable runnable; field in NewThreadAction
85 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
89 this.runnable = runnable; in NewThreadAction()
105 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
106 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
123 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
127 runnable, name, daemon); in NewThreadAction()
136 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java79 private final Runnable runnable; field in NewThreadAction
83 NewThreadAction(ThreadGroup group, Runnable runnable, in NewThreadAction() argument
87 this.runnable = runnable; in NewThreadAction()
103 public NewThreadAction(Runnable runnable, String name, boolean daemon) { in NewThreadAction() argument
104 this(systemThreadGroup, runnable, name, daemon); in NewThreadAction()
121 public NewThreadAction(Runnable runnable, String name, boolean daemon, in NewThreadAction() argument
125 runnable, name, daemon); in NewThreadAction()
133 Thread t = new Thread(group, runnable, "RMI " + name); in run()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/helper/
H A DSyncThread.java18 private TGSynchronizer.TGRunnable runnable; field in SyncThread
20 public SyncThread(TGSynchronizer.TGRunnable runnable) { in SyncThread() argument
21 this.runnable = runnable; in SyncThread()
24 public SyncThread(final Runnable runnable) { in SyncThread() argument
27 runnable.run(); in SyncThread()
34 TGSynchronizer.instance().addRunnable(this.runnable); in run()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DMutableBlobStorage.cpp327 RefPtr<Runnable> runnable = in Run() local
367 DispatchToIOThread(runnable.forget()); in ~MutableBlobStorage()
392 RefPtr<Runnable> runnable = in GetBlobWhenReady() local
401 RefPtr<Runnable> runnable = in GetBlobWhenReady() local
465 RefPtr<WriteRunnable> runnable = in Append() local
467 if (NS_WARN_IF(!runnable)) { in Append()
542 DispatchToIOThread(runnable.forget()); in MaybeCreateTemporaryFile()
573 RefPtr<WriteRunnable> runnable = in TemporaryFileCreated() local
575 MOZ_ASSERT(runnable); in TemporaryFileCreated()
579 DispatchToIOThread(runnable.forget()); in TemporaryFileCreated()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/sharing/nearby/platform/
H A Dscheduled_executor.cc45 Runnable&& runnable) in PendingTaskWithTimer() argument
46 : runnable(std::move(runnable)) {} in PendingTaskWithTimer()
74 it.second->runnable(); in ~ScheduledExecutor()
86 void ScheduledExecutor::Execute(Runnable&& runnable) { in Execute() argument
87 Schedule(std::move(runnable), absl::ZeroDuration()); in Execute()
102 Runnable&& runnable, in Schedule() argument
111 id, std::make_unique<PendingTaskWithTimer>(std::move(runnable))); in Schedule()
156 Runnable runnable; in RunTaskWithId() local
164 runnable = std::move(it->second->runnable); in RunTaskWithId()
172 runnable(); in RunTaskWithId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/sideeffect/
H A DSideEffect.java92 private Runnable runnable; field in SideEffect
113 public SideEffect(Runnable runnable) { in SideEffect() argument
114 this(Realm.getDefault(), runnable); in SideEffect()
125 public SideEffect(Realm realm, Runnable runnable) { in SideEffect() argument
126 this.runnable = runnable; in SideEffect()
141 public SideEffect(Runnable runnable, IObservable... dependencies) { in SideEffect() argument
143 this.runnable = runnable; in SideEffect()
199 IObservable[] newDependencies = ObservableTracker.runAndMonitor(runnable, null, null); in update()
224 runnable = null; in dispose()
234 return runnable == null; in isDisposed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/refresh/
H A DMonitorJob.java34 private final ICoreRunnable runnable; field in MonitorJob
36 private MonitorJob(String name, MonitorRule rule, ICoreRunnable runnable) { in MonitorJob() argument
38 this.runnable = runnable; in MonitorJob()
51 static Job createSystem(final String name, IResource resource, final ICoreRunnable runnable) { in createSystem() argument
52 return new MonitorJob(name, MonitorRule.create(resource), runnable); in createSystem()
63 …ob createSystem(final String name, Collection<IResource> resources, final ICoreRunnable runnable) { in createSystem() argument
64 return new MonitorJob(name, MonitorRule.create(resources), runnable); in createSystem()
124 runnable.run(monitor); in run()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.eventadmin/dispatch/
H A DctkEAInterruptibleThread_p.h52 ctkEAScopedRunnableReference(ctkEARunnable* runnable) in ctkEAScopedRunnableReference() argument
53 : runnable(runnable) in ctkEAScopedRunnableReference()
55 ++runnable->ref; in ctkEAScopedRunnableReference()
60 if (!--runnable->ref) delete runnable; in ~ctkEAScopedRunnableReference() local
65 ctkEARunnable* runnable;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DWorkerThread.cpp148 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchPrimaryRunnable() local
152 MOZ_ASSERT(runnable); in DispatchPrimaryRunnable()
161 nsresult rv = nsThread::Dispatch(runnable.forget(), NS_DISPATCH_NORMAL); in DispatchPrimaryRunnable()
190 nsCOMPtr<nsIRunnable> runnable(aWorkerRunnable); in DispatchAnyThread() local
192 nsresult rv = nsThread::Dispatch(runnable.forget(), NS_DISPATCH_NORMAL); in DispatchAnyThread()
209 nsCOMPtr<nsIRunnable> runnable(aRunnable); in NS_IMPL_ISUPPORTS_INHERITED0() local
210 return Dispatch(runnable.forget(), aFlags); in NS_IMPL_ISUPPORTS_INHERITED0()
217 nsCOMPtr<nsIRunnable> runnable(aRunnable); // in case we exit early in Dispatch() local
227 if (runnable && !onWorkerThread) { in Dispatch()
264 if (runnable && onWorkerThread) { in Dispatch()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DWorkerThread.cpp141 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchPrimaryRunnable() local
145 MOZ_ASSERT(runnable); in DispatchPrimaryRunnable()
154 nsresult rv = nsThread::Dispatch(runnable.forget(), NS_DISPATCH_NORMAL); in DispatchPrimaryRunnable()
182 nsCOMPtr<nsIRunnable> runnable(aWorkerRunnable); in DispatchAnyThread() local
198 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchFromScript() local
199 return Dispatch(runnable.forget(), aFlags); in DispatchFromScript()
206 nsCOMPtr<nsIRunnable> runnable(aRunnable); // in case we exit early in Dispatch() local
216 if (runnable && !onWorkerThread) { in Dispatch()
253 if (runnable && onWorkerThread) { in Dispatch()
255 workerPrivate->MaybeWrapAsWorkerRunnable(runnable.forget()); in Dispatch()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/file/
H A DMutableBlobStorage.cpp255 RefPtr<Runnable> runnable = in Run() local
307 Unused << DispatchToIOThread(runnable.forget()); in ~MutableBlobStorage()
336 RefPtr<Runnable> runnable = in GetBlobImplWhenReady() local
376 RefPtr<BlobCreationDoneRunnable> runnable = in GetBlobImplWhenReady() local
412 RefPtr<WriteRunnable> runnable = in Append() local
414 if (NS_WARN_IF(!runnable)) { in Append()
563 RefPtr<WriteRunnable> runnable = in TemporaryFileCreated() local
565 MOZ_ASSERT(runnable); in TemporaryFileCreated()
583 RefPtr<Runnable> runnable = in TemporaryFileCreated() local
609 Unused << DispatchToIOThread(runnable.forget()); in AskForBlob()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/
H A DMutableBlobStorage.cpp256 RefPtr<Runnable> runnable = in Run() local
308 Unused << DispatchToIOThread(runnable.forget()); in ~MutableBlobStorage()
337 RefPtr<Runnable> runnable = in GetBlobImplWhenReady() local
377 RefPtr<BlobCreationDoneRunnable> runnable = in GetBlobImplWhenReady() local
413 RefPtr<WriteRunnable> runnable = in Append() local
415 if (NS_WARN_IF(!runnable)) { in Append()
564 RefPtr<WriteRunnable> runnable = in TemporaryFileCreated() local
566 MOZ_ASSERT(runnable); in TemporaryFileCreated()
584 RefPtr<Runnable> runnable = in TemporaryFileCreated() local
610 Unused << DispatchToIOThread(runnable.forget()); in AskForBlob()
[all …]
/dports/www/firefox/firefox-99.0/dom/file/
H A DMutableBlobStorage.cpp255 RefPtr<Runnable> runnable = in Run() local
307 Unused << DispatchToIOThread(runnable.forget()); in ~MutableBlobStorage()
336 RefPtr<Runnable> runnable = in GetBlobImplWhenReady() local
376 RefPtr<BlobCreationDoneRunnable> runnable = in GetBlobImplWhenReady() local
412 RefPtr<WriteRunnable> runnable = in Append() local
414 if (NS_WARN_IF(!runnable)) { in Append()
563 RefPtr<WriteRunnable> runnable = in TemporaryFileCreated() local
565 MOZ_ASSERT(runnable); in TemporaryFileCreated()
583 RefPtr<Runnable> runnable = in TemporaryFileCreated() local
609 Unused << DispatchToIOThread(runnable.forget()); in AskForBlob()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/
H A DMutableBlobStorage.cpp255 RefPtr<Runnable> runnable = in Run() local
307 Unused << DispatchToIOThread(runnable.forget()); in ~MutableBlobStorage()
336 RefPtr<Runnable> runnable = in GetBlobImplWhenReady() local
376 RefPtr<BlobCreationDoneRunnable> runnable = in GetBlobImplWhenReady() local
412 RefPtr<WriteRunnable> runnable = in Append() local
414 if (NS_WARN_IF(!runnable)) { in Append()
563 RefPtr<WriteRunnable> runnable = in TemporaryFileCreated() local
565 MOZ_ASSERT(runnable); in TemporaryFileCreated()
583 RefPtr<Runnable> runnable = in TemporaryFileCreated() local
609 Unused << DispatchToIOThread(runnable.forget()); in AskForBlob()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/commonj/
H A DDelegatingTimerListener.java34 private final Runnable runnable; field in DelegatingTimerListener
41 public DelegatingTimerListener(Runnable runnable) { in DelegatingTimerListener() argument
42 Assert.notNull(runnable, "Runnable is required"); in DelegatingTimerListener()
43 this.runnable = runnable; in DelegatingTimerListener()
51 this.runnable.run(); in timerExpired()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/url/
H A DURL.cpp1329 runnable->Dispatch(aRv); in CreateObjectURL()
1352 runnable->Dispatch(aRv); in RevokeObjectURL()
1375 runnable->Dispatch(aRv); in IsValidURL()
1411 runnable->Dispatch(aRv); in GetHref()
1421 runnable->Dispatch(aRv); in SetHref()
1441 runnable->Dispatch(aRv); in GetOrigin()
1451 runnable->Dispatch(aRv); in GetProtocol()
1461 runnable->Dispatch(aRv); in SetProtocol()
1473 runnable->Dispatch(aRv); in GetUsername()
1483 runnable->Dispatch(aRv); in SetUsername()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/java/src/org/chromium/chromoting/
H A DEvent.java64 ParameterRunnable<ParamT> runnable = (ParameterRunnable<ParamT>) obj; in execute() local
65 runnable.run(parameter); in execute()
86 public Object add(final ParameterRunnable<ParamT> runnable) { in add() argument
87 Object result = super.add(runnable); in add()
92 runnable.run(mLastParameter); in add()
101 runnable.run(me.mLastParameter); in add()
171 public Object add(ParameterRunnable<ParamT> runnable) { in add() argument
172 if (runnable == null) { in add()
176 if (mSet.add(runnable)) { in add()
177 return runnable; in add()
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/engine/
H A Dautoapi.cpp364 return runnable; in make_runnable()
368 return runnable; in make_runnable()
372 return runnable; in make_runnable()
376 return runnable; in make_runnable()
380 return runnable; in make_runnable()
384 return runnable; in make_runnable()
388 return runnable; in make_runnable()
392 return runnable; in make_runnable()
396 return runnable; in make_runnable()
411 return runnable; in make_runnable()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/systemservices/
H A DCamerasChild.cpp95 RefPtr<SyncRunnable> sr = new SyncRunnable(runnable); in GetCamerasChild()
97 CamerasSingleton::Child() = runnable->GetCamerasChild(); in GetCamerasChild()
218 nsCOMPtr<nsIRunnable> runnable = in NumberOfCapabilities() local
264 nsCOMPtr<nsIRunnable> runnable = in GetCaptureCapability() local
297 nsCOMPtr<nsIRunnable> runnable = in GetCaptureDevice() local
334 nsCOMPtr<nsIRunnable> runnable = in AllocateCaptureDevice() local
361 nsCOMPtr<nsIRunnable> runnable = in ReleaseCaptureDevice() local
399 nsCOMPtr<nsIRunnable> runnable = in StartCapture() local
410 nsCOMPtr<nsIRunnable> runnable = in FocusOnSelectedSource() local
420 nsCOMPtr<nsIRunnable> runnable = in StopCapture() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/systemservices/
H A DCamerasChild.cpp96 RefPtr<SyncRunnable> sr = new SyncRunnable(runnable); in GetCamerasChild()
98 CamerasSingleton::Child() = runnable->GetCamerasChild(); in GetCamerasChild()
219 nsCOMPtr<nsIRunnable> runnable = in NumberOfCapabilities() local
265 nsCOMPtr<nsIRunnable> runnable = in GetCaptureCapability() local
298 nsCOMPtr<nsIRunnable> runnable = in GetCaptureDevice() local
335 nsCOMPtr<nsIRunnable> runnable = in AllocateCaptureDevice() local
362 nsCOMPtr<nsIRunnable> runnable = in ReleaseCaptureDevice() local
400 nsCOMPtr<nsIRunnable> runnable = in StartCapture() local
411 nsCOMPtr<nsIRunnable> runnable = in FocusOnSelectedSource() local
421 nsCOMPtr<nsIRunnable> runnable = in StopCapture() local
[all …]

12345678910>>...355