Home
last modified time | relevance | path

Searched defs:keep_alive_time (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
H A Dmod.rs380 let keep_alive_time = Duration::from_secs(0); in ut_thread_pool_builder_keep_alive_time() localVariable
388 let keep_alive_time = Duration::from_secs(1); in ut_thread_pool_builder_keep_alive_time() localVariable
H A Dmulti_thread_builder.rs193 pub fn keep_alive_time(self, _keep_alive_time: Duration) -> Self { in keep_alive_time() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs45 let keep_alive_time = builder in new() localVariable
133 keep_alive_time: Duration, field