Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_pool.rs119 let worker_name = String::from("async_pool_001"); in sdv_async_pool_001() localVariable
179 let worker_name = String::from("async_pool_002"); in sdv_async_pool_002() localVariable
239 let worker_name = String::from("async_pool_003"); in sdv_async_pool_003() localVariable
299 let worker_name = String::from("async_pool_004"); in sdv_async_pool_004() localVariable
359 let worker_name = String::from("async_pool_005"); in sdv_async_pool_005() localVariable
419 let worker_name = String::from("async_pool_006"); in sdv_async_pool_006() localVariable
479 let worker_name = String::from("async_pool_007"); in sdv_async_pool_007() localVariable
539 let worker_name = String::from("async_pool_008"); in sdv_async_pool_008() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
H A Dmulti_thread_builder.rs108 pub fn worker_name(mut self, name: String) -> Self { in worker_name() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs380 worker_name: Option<String>, field