| /commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
| D | ylong_tokio_task_creation.rs | 29 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
|
| D | ylong_tokio_rwlock.rs | 54 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
|
| D | ylong_tokio_spawn_blocking.rs | 30 let mut handlers = Vec::with_capacity($num); localVariable 51 let mut handlers = Vec::with_capacity($num); localVariable
|
| D | ylong_tokio_schedule.rs | 27 let mut handlers = Vec::with_capacity($num); localVariable 49 let mut handlers = Vec::with_capacity($num); localVariable
|
| D | ylong_tokio_process.rs | 29 let mut handlers = Vec::new(); localVariable 54 let mut handlers = Vec::new(); localVariable
|
| D | ylong_tokio_udp.rs | 88 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
|
| D | ylong_tokio_bounded_mpsc.rs | 31 let mut handlers = vec![]; localVariable 65 let mut handlers = vec![]; localVariable
|
| D | ylong_tokio_unbounded_mpsc.rs | 31 let mut handlers = vec![]; localVariable 65 let mut handlers = vec![]; localVariable
|
| D | ylong_tokio_mutex.rs | 37 let mut handlers = Vec::with_capacity($num); localVariable 67 let mut handlers = Vec::with_capacity($num); localVariable
|
| D | ylong_tokio_uds.rs | 59 let mut handlers = Vec::new(); localVariable 113 let mut handlers = Vec::new(); localVariable
|
| D | ylong_tokio_signal.rs | 35 let mut handlers = Vec::with_capacity($num); localVariable 84 let mut handlers = Vec::with_capacity($num); localVariable
|
| D | ylong_tokio_tcp.rs | 60 let mut handlers = Vec::new(); localVariable 112 let mut handlers = Vec::new(); localVariable
|
| D | sync_benchmarks.rs | 37 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/ |
| D | ylong_tokio_schedule.rs | 35 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
|
| D | ylong_timer_latency.rs | 19 let mut handlers = vec![]; in main() localVariable 41 let mut handlers = vec![]; in main() localVariable
|
| D | ylong_runtime_tcp.rs | 56 let mut handlers = Vec::new(); in ylong_tcp_send_recv() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| D | sync.rs | 311 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/ |
| D | stream_js.ts | 48 handlers: { [key: string]: Function[] }; property in EventEmitter
|