Home
last modified time | relevance | path

Searched defs:handlers (Results 1 - 16 of 16) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_timer_latency.rs19 let mut handlers = vec![]; in main() variables
41 let mut handlers = vec![]; in main() variables
H A Dylong_runtime_tcp.rs56 let mut handlers = Vec::new(); in ylong_tcp_send_recv() variables
H A Dylong_tokio_schedule.rs35 let mut handlers = Vec::with_capacity(num); in ylong_schedule_task() variables
52 let mut handlers = Vec::with_capacity(num); in tokio_schedule_task() variables
65 let mut handlers = Vec::with_capacity(num); in ylong_schedule_fibbo_task() variables
83 let mut handlers in tokio_schedule_fibbo_task() variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_bounded_mpsc.rs31 let mut handlers = vec![]; variables
65 let mut handlers = vec![]; variables
H A Dylong_tokio_tcp.rs60 let mut handlers = Vec::new(); variables
112 let mut handlers = Vec::new(); variables
H A Dylong_tokio_task_creation.rs29 let mut handlers = Vec::new(); variables
45 let mut handlers = Vec::new(); variables
62 let mut handlers = Vec::new(); variables
81 let mut handlers = Vec::new(); variables
H A Dylong_tokio_process.rs29 let mut handlers = Vec::new(); variables
54 let mut handlers = Vec::new(); variables
H A Dylong_tokio_mutex.rs37 let mut handlers = Vec::with_capacity($num); variables
67 let mut handlers = Vec::with_capacity($num); variables
H A Dylong_tokio_schedule.rs27 let mut handlers = Vec::with_capacity($num); variables
49 let mut handlers = Vec::with_capacity($num); variables
H A Dylong_tokio_spawn_blocking.rs30 let mut handlers = Vec::with_capacity($num); variables
51 let mut handlers = Vec::with_capacity($num); variables
H A Dylong_tokio_uds.rs59 let mut handlers = Vec::new(); variables
113 let mut handlers = Vec::new(); variables
H A Dylong_tokio_unbounded_mpsc.rs31 let mut handlers = vec![]; variables
65 let mut handlers = vec![]; variables
H A Dylong_tokio_signal.rs35 let mut handlers = Vec::with_capacity($num); variables
84 let mut handlers = Vec::with_capacity($num); variables
H A Dylong_tokio_rwlock.rs54 let mut handlers = Vec::with_capacity(6); in tokio_rwlock_read() variables
79 let mut handlers = Vec::with_capacity(6); in ylong_rwlock_read() variables
103 let mut handlers = Vec::with_capacity(6); in tokio_rwlock_write() variables
128 let mut handlers in ylong_rwlock_write() variables
154 let mut handlers = Vec::with_capacity(12); tokio_rwlock_write_read() variables
186 let mut handlers = Vec::with_capacity(12); ylong_rwlock_write_read() variables
[all...]
H A Dylong_tokio_udp.rs88 let mut handlers = Vec::new(); in ylong_udp_send_recv() variables
135 let mut handlers = Vec::new(); in tokio_udp_send_recv() variables
175 let mut handlers = Vec::new(); in ylong_udp_send_to_recv_from() variables
218 let mut handlers in tokio_udp_send_to_recv_from() variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dsync.rs311 let mut handlers = Vec::with_capacity(NUM); in sdv_rwlock_with_read2() variables
413 let mut handlers = Vec::with_capacity(NUM); in sdv_rwlock_with_write2() variables

Completed in 6 milliseconds