Home
last modified time | relevance | path

Searched refs:run_next (Results 1 – 25 of 93) sorted by relevance

1234

/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dpybthread.c53 thread->run_next = pyb_thread_cur; in pyb_thread_add_to_runable()
54 pyb_thread_cur->run_prev->run_next = thread; in pyb_thread_add_to_runable()
59 if (thread->run_next == thread) { in pyb_thread_remove_from_runable()
62 thread->run_prev->run_next = thread->run_next; in pyb_thread_remove_from_runable()
63 thread->run_next->run_prev = thread->run_prev; in pyb_thread_remove_from_runable()
77 thread->run_next = thread; in pyb_thread_init()
87 pyb_thread_cur->run_next = pyb_thread_cur; in pyb_thread_deinit()
153 for (pyb_thread_t *th2 = pyb_thread_cur;; th2 = th2->run_next) { in pyb_thread_dump()
158 if (th2->run_next == pyb_thread_cur) { in pyb_thread_dump()
174 pyb_thread_cur = pyb_thread_cur->run_next; in pyb_thread_next()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/promise/
H A Dtry_seq.h42 static Poll<Result> CheckResultAndRunNext(T prior, RunNext run_next) { in CheckResultAndRunNext()
43 return run_next(std::move(prior)); in CheckResultAndRunNext()
58 RunNext run_next) {
60 return run_next(std::move(prior));
74 RunNext run_next) {
76 return run_next(std::move(prior));
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/promise/
H A Dtry_seq.h44 static Poll<Result> CheckResultAndRunNext(T prior, RunNext run_next) { in CheckResultAndRunNext()
45 return run_next(std::move(prior)); in CheckResultAndRunNext()
60 RunNext run_next) {
62 return run_next(std::move(prior));
76 RunNext run_next) {
78 return run_next(std::move(prior));
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dbase_wizard.py201 self.multisig_dialog(run_next=on_multisig)
231 self.add_xpub_dialog(title=title, message=message, run_next=self.on_import,
345 run_next=lambda x: None)
444 run_next=f,
494 def passphrase_dialog(self, run_next, is_restoring=False): argument
506 default='', test=lambda x:True, run_next=run_next,
516 self.restore_seed_dialog(run_next=f, test=test)
632 run_next=lambda encrypt_storage: self.on_password(
642 run_next=lambda password, encrypt_storage: self.on_password(
711 self.show_seed_dialog(run_next=f, seed_text=seed)
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/wip/
H A Dwip2.tcl60 method run_next {} {} ; # run the next command in the input.
247 set r [$self run_next]
256 set r [$self run_next]
264 set r [$self run_next]
272 set r [$self run_next]
280 set r [$self run_next]
285 method run_next {} {
452 next peek peekall run_next
H A Dwip.tcl56 method run_next {} {} ; # run the next command in the input.
240 set r [$self run_next]
249 set r [$self run_next]
257 set r [$self run_next]
265 set r [$self run_next]
273 set r [$self run_next]
278 method run_next {} {
451 next peek peekall run_next
/dports/devel/tcllib/tcllib-1.20/modules/wip/
H A Dwip.tcl56 method run_next {} {} ; # run the next command in the input.
240 set r [$self run_next]
249 set r [$self run_next]
257 set r [$self run_next]
265 set r [$self run_next]
273 set r [$self run_next]
278 method run_next {} {
451 next peek peekall run_next
H A Dwip2.tcl60 method run_next {} {} ; # run the next command in the input.
247 set r [$self run_next]
256 set r [$self run_next]
264 set r [$self run_next]
272 set r [$self run_next]
280 set r [$self run_next]
285 method run_next {} {
452 next peek peekall run_next
/dports/devel/tcllibc/tcllib-1.20/modules/wip/
H A Dwip2.tcl60 method run_next {} {} ; # run the next command in the input.
247 set r [$self run_next]
256 set r [$self run_next]
264 set r [$self run_next]
272 set r [$self run_next]
280 set r [$self run_next]
285 method run_next {} {
452 next peek peekall run_next
H A Dwip.tcl56 method run_next {} {} ; # run the next command in the input.
240 set r [$self run_next]
249 set r [$self run_next]
257 set r [$self run_next]
265 set r [$self run_next]
273 set r [$self run_next]
278 method run_next {} {
451 next peek peekall run_next
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-0.3.16/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-0.3.18/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-0.3.18/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-0.3.21/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-0.3.18/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-0.3.17/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-0.3.17/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/net/routinator/routinator-0.10.2/cargo-crates/futures-0.3.15/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-0.3.17/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/futures-0.3.19/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/www/firefox/firefox-99.0/third_party/rust/futures/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/net/proby/proby-1.0.2/cargo-crates/futures-preview-0.3.0-alpha.19/tests/
H A Dio_lines.rs39 macro_rules! run_next { macro
52 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
60 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
61 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/net/krill/krill-0.9.4/cargo-crates/futures-0.3.17/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/futures-0.3.18/tests/
H A Dio_lines.rs24 macro_rules! run_next { macro
49 assert_eq!(run_next!(s), "12\r".to_string()); in maybe_pending()
57 assert_eq!(run_next!(s), "12".to_string()); in maybe_pending()
58 assert_eq!(run_next!(s), "".to_string()); in maybe_pending()

1234