pub fn shld_frz() -> bool
判断当前线程是否可被冻结
use use xwrust::xwos::cthd; if cthd::shld_frz() { cthd::freeze(); }