Home
last modified time | relevance | path

Searched defs:shutdown_handle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_https_pinning.rs89 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning() localVariable
138 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning() localVariable
187 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning() localVariable
271 let shutdown_handle = runtime.spawn(async move { in sdv_client_public_key_pinning_error() localVariable
H A Dsdv_async_custom_dns_resolver.rs63 let shutdown_handle = ylong_runtime::spawn(async move { in sdv_client_custom_dns_resolver() localVariable
H A Dsdv_async_http_proxy.rs70 let shutdown_handle = ylong_runtime::spawn(async move { in sdv_async_client_send_request() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dasync_utils.rs232 let shutdown_handle = $runtime.spawn(async move { localVariable
286 let shutdown_handle = $runtime.spawn(async move { localVariable
H A Dsync_utils.rs250 let shutdown_handle = $runtime.spawn(async move { localVariable
304 let shutdown_handle = $runtime.spawn(async move { localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dasync_utils.rs132 let shutdown_handle = ylong_runtime::spawn(async move { localVariable
H A Dsync_utils.rs126 let shutdown_handle = std::thread::spawn(move || { localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs374 shutdown_handle: Arc<(Mutex<usize>, Condvar)>, field