Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 18 of 18) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
Dylong_tokio_task_creation.rs29 let mut handlers = Vec::new(); localVariable
45 let mut handlers = Vec::new(); localVariable
62 let mut handlers = Vec::new(); localVariable
81 let mut handlers = Vec::new(); localVariable
Dylong_tokio_rwlock.rs54 let mut handlers = Vec::with_capacity(6); in tokio_rwlock_read() localVariable
79 let mut handlers = Vec::with_capacity(6); in ylong_rwlock_read() localVariable
103 let mut handlers = Vec::with_capacity(6); in tokio_rwlock_write() localVariable
128 let mut handlers = Vec::with_capacity(6); in ylong_rwlock_write() localVariable
154 let mut handlers = Vec::with_capacity(12); in tokio_rwlock_write_read() localVariable
186 let mut handlers = Vec::with_capacity(12); in ylong_rwlock_write_read() localVariable
Dylong_tokio_spawn_blocking.rs30 let mut handlers = Vec::with_capacity($num); localVariable
51 let mut handlers = Vec::with_capacity($num); localVariable
Dylong_tokio_schedule.rs27 let mut handlers = Vec::with_capacity($num); localVariable
49 let mut handlers = Vec::with_capacity($num); localVariable
Dylong_tokio_process.rs29 let mut handlers = Vec::new(); localVariable
54 let mut handlers = Vec::new(); localVariable
Dylong_tokio_udp.rs88 let mut handlers = Vec::new(); in ylong_udp_send_recv() localVariable
135 let mut handlers = Vec::new(); in tokio_udp_send_recv() localVariable
175 let mut handlers = Vec::new(); in ylong_udp_send_to_recv_from() localVariable
218 let mut handlers = Vec::new(); in tokio_udp_send_to_recv_from() localVariable
Dylong_tokio_bounded_mpsc.rs31 let mut handlers = vec![]; localVariable
65 let mut handlers = vec![]; localVariable
Dylong_tokio_unbounded_mpsc.rs31 let mut handlers = vec![]; localVariable
65 let mut handlers = vec![]; localVariable
Dylong_tokio_mutex.rs37 let mut handlers = Vec::with_capacity($num); localVariable
67 let mut handlers = Vec::with_capacity($num); localVariable
Dylong_tokio_uds.rs59 let mut handlers = Vec::new(); localVariable
113 let mut handlers = Vec::new(); localVariable
Dylong_tokio_signal.rs35 let mut handlers = Vec::with_capacity($num); localVariable
84 let mut handlers = Vec::with_capacity($num); localVariable
Dylong_tokio_tcp.rs60 let mut handlers = Vec::new(); localVariable
112 let mut handlers = Vec::new(); localVariable
Dsync_benchmarks.rs37 let handlers: Vec<[u8; TASK_NUM]> = black_box(Vec::with_capacity(TASK_NUM)); in single_thread_run_1000_fibbo() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_tokio_schedule.rs35 let mut handlers = Vec::with_capacity(num); in ylong_schedule_task() localVariable
52 let mut handlers = Vec::with_capacity(num); in tokio_schedule_task() localVariable
65 let mut handlers = Vec::with_capacity(num); in ylong_schedule_fibbo_task() localVariable
83 let mut handlers = Vec::with_capacity(num); in tokio_schedule_fibbo_task() localVariable
Dylong_timer_latency.rs19 let mut handlers = vec![]; in main() localVariable
41 let mut handlers = vec![]; in main() localVariable
Dylong_runtime_tcp.rs56 let mut handlers = Vec::new(); in ylong_tcp_send_recv() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dsync.rs311 let mut handlers = Vec::with_capacity(NUM); in sdv_rwlock_with_read2() localVariable
413 let mut handlers = Vec::with_capacity(NUM); in sdv_rwlock_with_write2() localVariable
/commonlibrary/ets_utils/js_util_module/stream/src/
Dstream_js.ts48 handlers: { [key: string]: Function[] }; property in EventEmitter