We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5b18a commit 49c3476Copy full SHA for 49c3476
1 file changed
library/std/src/sys/pal/unix/thread.rs
@@ -237,6 +237,7 @@ impl Thread {
237
let status = unsafe { f(libc::taskIdSelf(), name.as_mut_ptr()) };
238
debug_assert_eq!(status, libc::OK);
239
}
240
+ println!("Setname successful for vx task");
241
242
243
#[cfg(any(
0 commit comments