Home
last modified time | relevance | path

Searched refs:runnable (Results 151 – 175 of 8864) sorted by relevance

12345678910>>...355

/dports/www/firefox/firefox-99.0/dom/media/systemservices/
H A DCamerasChild.cpp95 RefPtr<SyncRunnable> sr = new SyncRunnable(runnable); in GetCamerasChild()
97 CamerasSingleton::Child() = runnable->GetCamerasChild(); in GetCamerasChild()
223 nsCOMPtr<nsIRunnable> runnable = in NumberOfCapabilities() local
270 nsCOMPtr<nsIRunnable> runnable = in GetCaptureCapability() local
302 nsCOMPtr<nsIRunnable> runnable = in GetCaptureDevice() local
338 nsCOMPtr<nsIRunnable> runnable = in AllocateCapture() local
363 nsCOMPtr<nsIRunnable> runnable = in ReleaseCapture() local
401 nsCOMPtr<nsIRunnable> runnable = in StartCapture() local
412 nsCOMPtr<nsIRunnable> runnable = in FocusOnSelectedSource() local
422 nsCOMPtr<nsIRunnable> runnable = in StopCapture() local
[all …]
/dports/mail/thunderbird/thunderbird-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/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DLazyIdleThread.cpp148 nsCOMPtr<nsIRunnable> runnable = NewRunnableMethod( in EnsureThread() local
150 if (NS_WARN_IF(!runnable)) { in EnsureThread()
260 nsCOMPtr<nsIRunnable> runnable = NewRunnableMethod( in ShutdownThread() local
262 if (NS_WARN_IF(!runnable)) { in ShutdownThread()
305 nsCOMPtr<nsIRunnable> runnable; in ShutdownThread() local
306 runnable.swap(queuedRunnables[index]); in ShutdownThread()
307 MOZ_ASSERT(runnable, "Null runnable?!"); in ShutdownThread()
336 NS_WARNING_ASSERTION(runnable, "Couldn't make runnable!"); in NS_IMETHODIMP_()
338 if (NS_FAILED(NS_DispatchToCurrentThread(runnable))) { in NS_IMETHODIMP_()
548 nsCOMPtr<nsIRunnable> runnable = NewRunnableMethod( in AfterProcessNextEvent() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DLazyIdleThread.cpp112 nsCOMPtr<nsIRunnable> runnable(new Runnable()); in EnableIdleTimeout() local
166 nsCOMPtr<nsIRunnable> runnable = in EnsureThread() local
168 if (NS_WARN_IF(!runnable)) { in EnsureThread()
294 nsCOMPtr<nsIRunnable> runnable = in ShutdownThread() local
296 if (NS_WARN_IF(!runnable)) { in ShutdownThread()
339 nsCOMPtr<nsIRunnable> runnable; in ShutdownThread() local
340 runnable.swap(queuedRunnables[index]); in ShutdownThread()
341 MOZ_ASSERT(runnable, "Null runnable?!"); in ShutdownThread()
371 nsCOMPtr<nsIRunnable> runnable = in NS_IMETHODIMP_() local
595 nsCOMPtr<nsIRunnable> runnable = in AfterProcessNextEvent() local
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/async-task-4.0.3/tests/
H A Dwaker_panic.rs91 s.send(runnable).unwrap();
113 runnable.run(); in wake_during_run()
116 let runnable = chan.recv().unwrap(); in wake_during_run() localVariable
156 runnable.run(); in cancel_during_run()
159 let runnable = chan.recv().unwrap(); in cancel_during_run() localVariable
198 runnable.run(); in wake_and_cancel_during_run()
201 let runnable = chan.recv().unwrap(); in wake_and_cancel_during_run() localVariable
247 runnable.run(); in cancel_and_wake_during_run()
250 let runnable = chan.recv().unwrap(); in cancel_and_wake_during_run() localVariable
296 runnable.run(); in panic_and_poll()
[all …]
H A Djoin.rs105 drop(runnable); in drop_and_join()
124 runnable.run(); in run_and_join()
146 runnable.run(); in detach_and_run()
162 runnable.run(); in join_twice()
192 drop(runnable); in join_and_cancel()
224 runnable.run(); in join_and_run()
255 runnable.run(); in try_join_and_run_and_join()
293 runnable.run(); in try_join_and_cancel_and_run()
373 runnable.run(); in await_output()
379 runnable.run(); in await_output()
[all …]
H A Dwaker_pending.rs100 runnable.run(); in wake_during_run()
107 runnable.run(); in wake_during_run()
144 runnable.run(); in cancel_during_run()
151 runnable.run(); in cancel_during_run()
186 runnable.run(); in wake_and_cancel_during_run()
193 runnable.run(); in wake_and_cancel_during_run()
235 runnable.run(); in cancel_and_wake_during_run()
242 runnable.run(); in cancel_and_wake_during_run()
284 runnable.run(); in drop_last_waker()
315 runnable.run(); in cancel_last_task()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-task-4.1.0/tests/
H A Dwaker_panic.rs91 s.send(runnable).unwrap();
113 runnable.run(); in wake_during_run()
116 let runnable = chan.recv().unwrap(); in wake_during_run() localVariable
156 runnable.run(); in cancel_during_run()
159 let runnable = chan.recv().unwrap(); in cancel_during_run() localVariable
198 runnable.run(); in wake_and_cancel_during_run()
201 let runnable = chan.recv().unwrap(); in wake_and_cancel_during_run() localVariable
252 runnable.run(); in cancel_and_wake_during_run()
255 let runnable = chan.recv().unwrap(); in cancel_and_wake_during_run() localVariable
301 runnable.run(); in panic_and_poll()
[all …]
H A Djoin.rs105 drop(runnable); in drop_and_join()
124 runnable.run(); in run_and_join()
146 runnable.run(); in detach_and_run()
162 runnable.run(); in join_twice()
192 drop(runnable); in join_and_cancel()
224 runnable.run(); in join_and_run()
255 runnable.run(); in try_join_and_run_and_join()
293 runnable.run(); in try_join_and_cancel_and_run()
373 runnable.run(); in await_output()
379 runnable.run(); in await_output()
[all …]
H A Dwaker_pending.rs100 runnable.run(); in wake_during_run()
107 runnable.run(); in wake_during_run()
144 runnable.run(); in cancel_during_run()
151 runnable.run(); in cancel_during_run()
186 runnable.run(); in wake_and_cancel_during_run()
193 runnable.run(); in wake_and_cancel_during_run()
235 runnable.run(); in cancel_and_wake_during_run()
242 runnable.run(); in cancel_and_wake_during_run()
284 runnable.run(); in drop_last_waker()
315 runnable.run(); in cancel_last_task()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/async-task-4.0.3/tests/
H A Dwaker_panic.rs91 s.send(runnable).unwrap();
113 runnable.run(); in wake_during_run()
116 let runnable = chan.recv().unwrap(); in wake_during_run() localVariable
156 runnable.run(); in cancel_during_run()
159 let runnable = chan.recv().unwrap(); in cancel_during_run() localVariable
198 runnable.run(); in wake_and_cancel_during_run()
201 let runnable = chan.recv().unwrap(); in wake_and_cancel_during_run() localVariable
247 runnable.run(); in cancel_and_wake_during_run()
250 let runnable = chan.recv().unwrap(); in cancel_and_wake_during_run() localVariable
296 runnable.run(); in panic_and_poll()
[all …]
H A Djoin.rs105 drop(runnable); in drop_and_join()
124 runnable.run(); in run_and_join()
146 runnable.run(); in detach_and_run()
162 runnable.run(); in join_twice()
192 drop(runnable); in join_and_cancel()
224 runnable.run(); in join_and_run()
255 runnable.run(); in try_join_and_run_and_join()
293 runnable.run(); in try_join_and_cancel_and_run()
373 runnable.run(); in await_output()
379 runnable.run(); in await_output()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/async-task/tests/
H A Dwaker_panic.rs91 s.send(runnable).unwrap();
113 runnable.run(); in wake_during_run()
116 let runnable = chan.recv().unwrap(); in wake_during_run() localVariable
156 runnable.run(); in cancel_during_run()
159 let runnable = chan.recv().unwrap(); in cancel_during_run() localVariable
198 runnable.run(); in wake_and_cancel_during_run()
201 let runnable = chan.recv().unwrap(); in wake_and_cancel_during_run() localVariable
252 runnable.run(); in cancel_and_wake_during_run()
255 let runnable = chan.recv().unwrap(); in cancel_and_wake_during_run() localVariable
301 runnable.run(); in panic_and_poll()
[all …]
H A Djoin.rs105 drop(runnable); in drop_and_join()
124 runnable.run(); in run_and_join()
146 runnable.run(); in detach_and_run()
162 runnable.run(); in join_twice()
192 drop(runnable); in join_and_cancel()
224 runnable.run(); in join_and_run()
255 runnable.run(); in try_join_and_run_and_join()
293 runnable.run(); in try_join_and_cancel_and_run()
373 runnable.run(); in await_output()
379 runnable.run(); in await_output()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-task-4.0.3/tests/
H A Dwaker_panic.rs91 s.send(runnable).unwrap();
113 runnable.run();
116 let runnable = chan.recv().unwrap();
156 runnable.run();
159 let runnable = chan.recv().unwrap();
198 runnable.run(); in cancel_join()
201 let runnable = chan.recv().unwrap();
247 runnable.run();
250 let runnable = chan.recv().unwrap();
296 runnable.run();
[all …]
H A Djoin.rs105 drop(runnable); in drop_and_join()
124 runnable.run(); in run_and_join()
146 runnable.run(); in detach_and_run()
162 runnable.run(); in join_twice()
192 drop(runnable); in join_and_cancel()
224 runnable.run(); in join_and_run()
255 runnable.run(); in try_join_and_run_and_join()
293 runnable.run(); in try_join_and_cancel_and_run()
373 runnable.run(); in await_output()
379 runnable.run(); in await_output()
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/async-task-4.0.3/tests/
H A Dwaker_panic.rs91 s.send(runnable).unwrap();
113 runnable.run(); in wake_during_run()
116 let runnable = chan.recv().unwrap(); in wake_during_run() localVariable
156 runnable.run(); in cancel_during_run()
159 let runnable = chan.recv().unwrap(); in cancel_during_run() localVariable
198 runnable.run(); in wake_and_cancel_during_run()
201 let runnable = chan.recv().unwrap(); in wake_and_cancel_during_run() localVariable
247 runnable.run(); in cancel_and_wake_during_run()
250 let runnable = chan.recv().unwrap(); in cancel_and_wake_during_run() localVariable
296 runnable.run(); in panic_and_poll()
[all …]
H A Djoin.rs105 drop(runnable); in drop_and_join()
124 runnable.run(); in run_and_join()
146 runnable.run(); in detach_and_run()
162 runnable.run(); in join_twice()
192 drop(runnable); in join_and_cancel()
224 runnable.run(); in join_and_run()
255 runnable.run(); in try_join_and_run_and_join()
293 runnable.run(); in try_join_and_cancel_and_run()
373 runnable.run(); in await_output()
379 runnable.run(); in await_output()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerThread.cpp167 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchPrimaryRunnable() local
171 MOZ_ASSERT(runnable); in DispatchPrimaryRunnable()
180 nsresult rv = nsThread::Dispatch(runnable.forget(), NS_DISPATCH_NORMAL); in DispatchPrimaryRunnable()
212 nsCOMPtr<nsIRunnable> runnable(aWorkerRunnable); in DispatchAnyThread() local
228 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchFromScript() local
229 return Dispatch(runnable.forget(), aFlags); in DispatchFromScript()
236 nsCOMPtr<nsIRunnable> runnable(aRunnable); // in case we exit early in Dispatch() local
246 if (runnable && !onWorkerThread) { in Dispatch()
287 if (runnable && onWorkerThread) { in Dispatch()
289 workerPrivate->MaybeWrapAsWorkerRunnable(runnable.forget()); in Dispatch()
[all …]
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerThread.cpp167 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchPrimaryRunnable() local
171 MOZ_ASSERT(runnable); in DispatchPrimaryRunnable()
180 nsresult rv = nsThread::Dispatch(runnable.forget(), NS_DISPATCH_NORMAL); in DispatchPrimaryRunnable()
212 nsCOMPtr<nsIRunnable> runnable(aWorkerRunnable); in DispatchAnyThread() local
228 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchFromScript() local
229 return Dispatch(runnable.forget(), aFlags); in DispatchFromScript()
236 nsCOMPtr<nsIRunnable> runnable(aRunnable); // in case we exit early in Dispatch() local
246 if (runnable && !onWorkerThread) { in Dispatch()
287 if (runnable && onWorkerThread) { in Dispatch()
289 workerPrivate->MaybeWrapAsWorkerRunnable(runnable.forget()); in Dispatch()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerThread.cpp167 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchPrimaryRunnable() local
171 MOZ_ASSERT(runnable); in DispatchPrimaryRunnable()
180 nsresult rv = nsThread::Dispatch(runnable.forget(), NS_DISPATCH_NORMAL); in DispatchPrimaryRunnable()
212 nsCOMPtr<nsIRunnable> runnable(aWorkerRunnable); in DispatchAnyThread() local
228 nsCOMPtr<nsIRunnable> runnable(aRunnable); in DispatchFromScript() local
229 return Dispatch(runnable.forget(), aFlags); in DispatchFromScript()
236 nsCOMPtr<nsIRunnable> runnable(aRunnable); // in case we exit early in Dispatch() local
246 if (runnable && !onWorkerThread) { in Dispatch()
287 if (runnable && onWorkerThread) { in Dispatch()
289 workerPrivate->MaybeWrapAsWorkerRunnable(runnable.forget()); in Dispatch()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DOSKeyStore.cpp232 NS_DispatchToMainThread(runnable.forget()); in BackgroundUnlock()
271 NS_DispatchToMainThread(runnable.forget()); in BackgroundLock()
290 nsCOMPtr<nsIRunnable> runnable( in AsyncLock() local
318 NS_DispatchToMainThread(runnable.forget()); in BackgroundGenerateSecret()
363 NS_DispatchToMainThread(runnable.forget()); in BackgroundSecretAvailable()
399 nsCOMPtr<nsIRunnable> runnable( in BackgroundRecoverSecret() local
408 NS_DispatchToMainThread(runnable.forget()); in BackgroundRecoverSecret()
444 nsCOMPtr<nsIRunnable> runnable( in BackgroundDeleteSecret() local
453 NS_DispatchToMainThread(runnable.forget()); in BackgroundDeleteSecret()
493 nsCOMPtr<nsIRunnable> runnable( in BackgroundEncryptBytes() local
[all …]
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DOSKeyStore.cpp232 NS_DispatchToMainThread(runnable.forget()); in BackgroundUnlock()
271 NS_DispatchToMainThread(runnable.forget()); in BackgroundLock()
290 nsCOMPtr<nsIRunnable> runnable( in AsyncLock() local
318 NS_DispatchToMainThread(runnable.forget()); in BackgroundGenerateSecret()
363 NS_DispatchToMainThread(runnable.forget()); in BackgroundSecretAvailable()
399 nsCOMPtr<nsIRunnable> runnable( in BackgroundRecoverSecret() local
408 NS_DispatchToMainThread(runnable.forget()); in BackgroundRecoverSecret()
444 nsCOMPtr<nsIRunnable> runnable( in BackgroundDeleteSecret() local
453 NS_DispatchToMainThread(runnable.forget()); in BackgroundDeleteSecret()
493 nsCOMPtr<nsIRunnable> runnable( in BackgroundEncryptBytes() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DOSKeyStore.cpp232 NS_DispatchToMainThread(runnable.forget()); in BackgroundUnlock()
271 NS_DispatchToMainThread(runnable.forget()); in BackgroundLock()
290 nsCOMPtr<nsIRunnable> runnable( in AsyncLock() local
318 NS_DispatchToMainThread(runnable.forget()); in BackgroundGenerateSecret()
363 NS_DispatchToMainThread(runnable.forget()); in BackgroundSecretAvailable()
399 nsCOMPtr<nsIRunnable> runnable( in BackgroundRecoverSecret() local
408 NS_DispatchToMainThread(runnable.forget()); in BackgroundRecoverSecret()
444 nsCOMPtr<nsIRunnable> runnable( in BackgroundDeleteSecret() local
453 NS_DispatchToMainThread(runnable.forget()); in BackgroundDeleteSecret()
493 nsCOMPtr<nsIRunnable> runnable( in BackgroundEncryptBytes() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DOSKeyStore.cpp237 NS_DispatchToMainThread(runnable.forget()); in BackgroundUnlock()
276 NS_DispatchToMainThread(runnable.forget()); in BackgroundLock()
295 nsCOMPtr<nsIRunnable> runnable( in AsyncLock() local
323 NS_DispatchToMainThread(runnable.forget()); in BackgroundGenerateSecret()
368 NS_DispatchToMainThread(runnable.forget()); in BackgroundSecretAvailable()
404 nsCOMPtr<nsIRunnable> runnable( in BackgroundRecoverSecret() local
413 NS_DispatchToMainThread(runnable.forget()); in BackgroundRecoverSecret()
449 nsCOMPtr<nsIRunnable> runnable( in BackgroundDeleteSecret() local
458 NS_DispatchToMainThread(runnable.forget()); in BackgroundDeleteSecret()
498 nsCOMPtr<nsIRunnable> runnable( in BackgroundEncryptBytes() local
[all …]

12345678910>>...355