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
@ -77,7 +77,7 @@ pub fn yield_now() {
|
||||
}
|
||||
|
||||
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…
Reference in New Issue
Block a user