Rollup merge of #63836 - Wind-River:master_003, r=alexcrichton
VxWorks does not provide a way to set the task name except at creation time Make set_name do thing as VxWorks does not provide a way to set the task name except at creation time. r? @alexcrichton cc @n-salim
This commit is contained in:
commit
9eeb7d566e
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