Searched defs:handles (Results 1 – 11 of 11) sorted by relevance
33 let mut handles = Vec::with_capacity(num); in sdv_one_core_test() localVariable50 let mut handles = Vec::with_capacity(num); in sdv_two_core_test() localVariable67 let mut handles = Vec::with_capacity(num); in sdv_three_core_test() localVariable84 let mut handles = Vec::with_capacity(num); in sdv_four_core_test() localVariable101 let mut handles = Vec::with_capacity(num); in sdv_eight_core_test() localVariable118 let mut handles = Vec::with_capacity(num); in sdv_max_core_test() localVariable135 let mut handles = Vec::with_capacity(num); in sdv_multi_future_in_async() localVariable153 let mut handles = Vec::with_capacity(num); in sdv_multi_async_in_async() localVariable
107 let handles = vec![ in sdv_async_pool_001() localVariable167 let handles = vec![ in sdv_async_pool_002() localVariable227 let handles = vec![ in sdv_async_pool_003() localVariable287 let handles = vec![ in sdv_async_pool_004() localVariable347 let handles = vec![ in sdv_async_pool_005() localVariable407 let handles = vec![ in sdv_async_pool_006() localVariable467 let handles = vec![ in sdv_async_pool_007() localVariable527 let handles = vec![ in sdv_async_pool_008() localVariable
26 let mut handles = Vec::with_capacity(num); in test_spawn() localVariable38 let mut handles = Vec::with_capacity(num); in test_spawn() localVariable51 let mut handles = Vec::with_capacity(num); in test_spawn() localVariable
48 let mut handles = Vec::with_capacity(SPAWN_NUM); in sdv_concurrently_runtime_spawn_async_in_async_task() localVariable76 let mut handles = Vec::with_capacity(SPAWN_NUM); in sdv_concurrently_spawn_async_in_async_task() localVariable104 let mut handles = Vec::with_capacity(SPAWN_NUM); in sdv_concurrently_task_builder_spawn_async_in_async_task() localVariable
73 let mut handles = Vec::new(); in simulate() localVariable
49 let mut handles = Vec::with_capacity(1000); in ylong_spawn() localVariable66 let mut handles = Vec::with_capacity(1000); in tokio_spawn() localVariable84 let mut handles = Vec::with_capacity(1000); in std_spawn() localVariable
22 let mut handles = Vec::new(); in main() localVariable
267 let mut handles = vec![]; in ut_thread_pool_builder_current_thread() localVariable
247 pub handles: [AfdPollHandleInfo; 1], field
170 let mut handles = self.levels[expiration.0].take_slot(expiration.1); in process_expiration() localVariable
45 handles: RwLock<Vec<Parker>>, field