Constant pthread_setname_np [src]

Source

pub const pthread_setname_np = switch (native_os) { .macos, .ios, .tvos, .watchos, .visionos => darwin.pthread_setname_np, .solaris, .illumos => solaris.pthread_setname_np, .netbsd => netbsd.pthread_setname_np, else => private.pthread_setname_np, }