Files
rust/library
Matthias Krüger 7a79024ef4 Rollup merge of #135991 - no1wudi:master, r=thomcc
Fix set_name in thread mod for NuttX

Replace `pthread_set_name_np` with `pthread_setname_np` for NuttX in the `set_name` function, this change aligns the implementation with the correct API available on NuttX

This patch ensures thread naming works correctly on NuttX platforms.

See also:
https://github.com/rust-lang/libc/blob/0f9f8c91adb0365c0d13b34ec27ac8019818cf1f/src/unix/nuttx/mod.rs#L562
https://github.com/apache/nuttx/blob/8f3a2a6f7645dd95b6a7608b9cde3cb693b118c2/include/pthread.h#L511-L514
2025-01-25 08:03:35 +01:00
..
2025-01-03 20:16:52 -08:00
2024-07-28 14:46:29 -04:00
2024-12-24 19:00:57 +01:00
2024-12-24 19:00:57 +01:00
2025-01-20 18:46:29 +01:00
2025-01-19 00:21:55 +00:00
2025-01-05 01:40:09 +01:00