Home
last modified time | relevance | path

Searched refs:total_thread_num (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs55 total_thread_num: 0, in new()
145 total_thread_num: u8, field
173 shared.total_thread_num += 1; in create_permanent_threads()
225 if shared.total_thread_num == self.inner.max_thread_num { in spawn()
231 shared.total_thread_num += 1; in spawn()
367 shared.total_thread_num = shared in run()
368 .total_thread_num in run()