pub struct ThdD {
pub thd: *mut c_void,
pub tik: XwSq,
}Expand description
XWOS的线程对象描述符
用于调用XWOS-CAPI
Fields§
§thd: *mut c_voidXWOS线程对象的指针
tik: XwSqXWOS线程对象的标签
pub struct ThdD {
pub thd: *mut c_void,
pub tik: XwSq,
}XWOS的线程对象描述符
用于调用XWOS-CAPI
thd: *mut c_voidXWOS线程对象的指针
tik: XwSqXWOS线程对象的标签