VxWorks does not provide a way to set the task name except at creation time
This commit is contained in:
parent
bea0372a1a
commit
912feabfc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue