Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_time_group.rs41 let rt = init_test_work_runtime(4); in sdv_client_request_time_group_http1() localVariable
97 let rt = init_test_work_runtime(4); in sdv_client_request_time_group_https1() localVariable
141 let rt = init_test_work_runtime(4); in sdv_client_request_time_group_http2() localVariable
200 let rt = init_test_work_runtime(4); in sdv_client_request_time_group_proxy() localVariable
276 let rt = init_test_work_runtime(4); in sdv_client_request_time_group_redirect() localVariable
Dsdv_async_http10.rs40 let rt = init_test_work_runtime(4); in sdv_async_http10_get() localVariable
99 let rt = init_test_work_runtime(4); in sdv_async_https10_get() localVariable
145 let rt = init_test_work_runtime(4); in sdv_async_http10_connect() localVariable
209 let rt = init_test_work_runtime(4); in sdv_async_http10_no_support() localVariable
Dsdv_async_certs_adapter.rs48 let rt = init_test_work_runtime(4); in sdv_client_request_http1_verify_true() localVariable
90 let rt = init_test_work_runtime(4); in sdv_client_request_http2_verify_true() localVariable
188 let rt = init_test_work_runtime(4); in sdv_client_request_http1_verify_false() localVariable
230 let rt = init_test_work_runtime(4); in sdv_client_request_http1_verify_true_invalid_cert() localVariable
Dsdv_async_dns_resolver.rs48 let rt = init_test_work_runtime(4); localVariable
96 let rt = init_test_work_runtime(4); localVariable
144 let rt = init_test_work_runtime(4); localVariable
192 let rt = init_test_work_runtime(4); localVariable
395 let rt = init_test_work_runtime(4); in sdv_client_request_dns_resolver_ipv4_multiple2() localVariable
469 let rt = init_test_work_runtime(4); in sdv_client_request_dns_resolver_ipv6_multiple2() localVariable
543 let rt = init_test_work_runtime(4); in sdv_client_request_dns_resolver_ipv4_ipv6() localVariable
Dsdv_async_interceptor.rs72 let rt = init_test_work_runtime(4); localVariable
116 let rt = init_test_work_runtime(4); localVariable
242 let rt = init_test_work_runtime(4); in sdv_client_request_interceptor_http1_retry() localVariable
295 let rt = init_test_work_runtime(4); in sdv_client_request_interceptor_http1_redirect_response() localVariable
386 let rt = init_test_work_runtime(4); in sdv_client_request_interceptor_http2_retry() localVariable
440 let rt = init_test_work_runtime(4); in sdv_client_request_interceptor_http2_redirect_response() localVariable
Dsdv_async_http2.rs146 let rt = tokio::runtime::Builder::new_multi_thread() in sdv_async_h2_client_send_request() localVariable
220 let rt = tokio::runtime::Builder::new_multi_thread() in sdv_async_h2_client_send_request_concurrently() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dspawn.rs66 let rt = global_default_blocking(); in spawn_blocking() localVariable
79 let rt = global_default_async(); in spawn_async() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
Dylong_tokio_rwlock.rs50 let rt = tokio_runtime(); in tokio_rwlock_read() localVariable
99 let rt = tokio_runtime(); in tokio_rwlock_write() localVariable
149 let rt = tokio_runtime(); in tokio_rwlock_write_read() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/examples/
Dasync_https_outside.rs20 let rt = tokio::runtime::Builder::new_multi_thread() in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs165 let rt = crate::executor::global_default_async(); in block_on() localVariable