VxWorks does not provide a way to set the task name except at creation time

This commit is contained in:
Baoshan Pang 2019-08-23 13:25:01 -07:00
parent bea0372a1a
commit 912feabfc2

View file

@ -77,7 +77,7 @@ impl Thread {
}
pub fn set_name(_name: &CStr) {
assert!(false, "FIXME: set_name");
// VxWorks does not provide a way to set the task name except at creation time
}
pub fn sleep(dur: Duration) {