use crateThreadName;
///Raw thread id type, which is dummy on this platform
pub type RawId = u8;
///Returns zero id, as this platform has no concept of threads
///Thread equality function.
///
///Guarantees to compare regardless of raw type.
///Returns empty thread name as this target has no concept of threads.