Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dspawn.rs21 use crate::executor::global_default_blocking;
66 let rt = global_default_blocking(); in spawn_blocking()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dmod.rs129 pub(crate) fn global_default_blocking() -> &'static BlockPoolSpawner { in global_default_blocking() function