We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea0372 commit 912feabCopy full SHA for 912feab
src/libstd/sys/vxworks/thread.rs
@@ -77,7 +77,7 @@ impl Thread {
77
}
78
79
pub fn set_name(_name: &CStr) {
80
- assert!(false, "FIXME: set_name");
+ // VxWorks does not provide a way to set the task name except at creation time
81
82
83
pub fn sleep(dur: Duration) {
0 commit comments