Searched refs:shut_downs (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
H A D | async_utils.rs | 76 let mut shut_downs = vec![]; variables 83 ShutDownHandles: shut_downs, 102 for shutdown_handle in shut_downs { 165 let mut shut_downs = vec![]; variables 171 ShutDownHandles: shut_downs, 190 for shutdown_handle in shut_downs { 205 ShutDownHandles: $shut_downs: expr, 254 $shut_downs.push(shutdown_handle); 262 ShutDownHandles: $shut_downs: expr, 309 $shut_downs [all...] |
H A D | sync_utils.rs | 75 let mut shut_downs = vec![]; variables 82 ShutDownHandles: shut_downs, 101 for shutdown_handle in shut_downs { 163 let mut shut_downs = vec![]; variables 169 ShutDownHandles: shut_downs, 188 for shutdown_handle in shut_downs { 203 ShutDownHandles: $shut_downs: expr, 253 $shut_downs.push(shutdown_handle); 261 ShutDownHandles: $shut_downs: expr, 307 $shut_downs [all...] |
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
H A D | async_utils.rs | 70 let mut shut_downs = vec![]; variables 75 ShutDownHandles: shut_downs, 95 for shutdown_handle in shut_downs { 108 ShutDownHandles: $shut_downs: expr, 156 $shut_downs.push(shutdown_handle);
|
H A D | sync_utils.rs | 66 let mut shut_downs = vec![]; variables 71 ShutDownHandles: shut_downs, 90 for shutdown_handle in shut_downs { 103 ShutDownHandles: $shut_downs: expr, 149 $shut_downs.push(shutdown_handle);
|
/commonlibrary/rust/ylong_http/ylong_http_client/tests/ |
H A D | sdv_async_http2.rs | 248 let mut shut_downs = vec![]; in sdv_async_h2_client_send_request_concurrently() variables 284 shut_downs.push(handle); in sdv_async_h2_client_send_request_concurrently() 287 for shut_down in shut_downs { in sdv_async_h2_client_send_request_concurrently()
|
Completed in 3 milliseconds