Home
last modified time | relevance | path

Searched refs:send_thread (Results 1 – 25 of 109) sorted by relevance

12345

/dports/devel/py-jeepney/jeepney-0.7.1/examples/
H A Devil_client.py34 send_thread = threading.Thread(target=sender) variable
35 send_thread.start()
51 send_thread.join()
/dports/net/mpich/mpich-3.4.3/test/mpi/threads/pt2pt/
H A Dsendselfth.c16 MTEST_THREAD_RETURN_TYPE send_thread(void *p);
17 MTEST_THREAD_RETURN_TYPE send_thread(void *p) in send_thread() function
49 MTest_Start_thread(send_thread, NULL); in main()
H A Dthreaded_sr.c28 MTEST_THREAD_RETURN_TYPE send_thread(void *p);
29 MTEST_THREAD_RETURN_TYPE send_thread(void *p) in send_thread() function
94 MTest_Start_thread(send_thread, NULL); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/threads/pt2pt/
H A Dsendselfth.c17 MTEST_THREAD_RETURN_TYPE send_thread(void *p);
18 MTEST_THREAD_RETURN_TYPE send_thread(void *p) in send_thread() function
52 MTest_Start_thread(send_thread, NULL); in main()
H A Dthreaded_sr.c29 MTEST_THREAD_RETURN_TYPE send_thread(void *p);
30 MTEST_THREAD_RETURN_TYPE send_thread(void *p) in send_thread() function
102 MTest_Start_thread(send_thread, NULL); in main()
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/mpe-logging/
H A Dthreads.py25 send_thread = threading.Thread(target=self_send, args=(comm, rank)) variable
29 send_thread.start()
32 send_thread.join()
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/threads/
H A Dsendrecv.py37 send_thread = threading.Thread(target=self_send) variable
40 for t in (recv_thread, send_thread):
46 for t in (recv_thread, send_thread):
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-1.3.0/src/sync/
H A Dwatch.rs431 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
438 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
448 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
454 send_thread.join().unwrap(); in watch_spurious_wakeup()
469 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
476 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/src/sync/
H A Dwatch.rs592 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
599 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
609 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
615 send_thread.join().unwrap(); in watch_spurious_wakeup()
630 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
637 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-1.14.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-1.14.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tokio-1.14.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-1.11.0/src/sync/
H A Dwatch.rs653 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
660 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
670 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
676 send_thread.join().unwrap(); in watch_spurious_wakeup()
691 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
698 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tokio-1.12.0/src/sync/
H A Dwatch.rs651 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
658 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
668 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
674 send_thread.join().unwrap(); in watch_spurious_wakeup()
689 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
696 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-1.9.0/src/sync/
H A Dwatch.rs589 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
596 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
606 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
612 send_thread.join().unwrap(); in watch_spurious_wakeup()
627 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
634 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-1.12.0/src/sync/
H A Dwatch.rs651 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
658 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
668 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
674 send_thread.join().unwrap(); in watch_spurious_wakeup()
689 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
696 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-1.12.0/src/sync/
H A Dwatch.rs651 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
658 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
668 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
674 send_thread.join().unwrap(); in watch_spurious_wakeup()
689 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
696 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-1.14.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/net/krill/krill-0.9.4/cargo-crates/tokio-1.12.0/src/sync/
H A Dwatch.rs651 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
658 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
668 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
674 send_thread.join().unwrap(); in watch_spurious_wakeup()
689 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
696 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-1.12.0/src/sync/
H A Dwatch.rs651 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
658 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
668 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
674 send_thread.join().unwrap(); in watch_spurious_wakeup()
689 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
696 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/www/zola/zola-0.15.2/cargo-crates/tokio-1.14.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-1.10.0/src/sync/
H A Dwatch.rs592 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
599 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
609 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
615 send_thread.join().unwrap(); in watch_spurious_wakeup()
630 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
637 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/tokio-1.13.0/src/sync/
H A Dwatch.rs675 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
682 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
692 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
698 send_thread.join().unwrap(); in watch_spurious_wakeup()
713 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
720 let send = send_thread.join().unwrap(); in watch_borrow()
/dports/www/xh/xh-0.14.1/cargo-crates/tokio-1.11.0/src/sync/
H A Dwatch.rs653 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
660 let send = send_thread.join().unwrap(); in watch_spurious_wakeup()
670 let send_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
676 send_thread.join().unwrap(); in watch_spurious_wakeup()
691 let send_thread = thread::spawn(move || { in watch_borrow() localVariable
698 let send = send_thread.join().unwrap(); in watch_borrow()

12345