macro_rules! isolated_thread {
($thread_id:expr, $security_level:expr) => { ... };
}
Expand description
Macro for creating isolated thread domain.
macro_rules! isolated_thread {
($thread_id:expr, $security_level:expr) => { ... };
}
Macro for creating isolated thread domain.