Type padded_pthread_spin_t [src]

Source

pub const padded_pthread_spin_t = switch (native_os) { .netbsd => switch (builtin.cpu.arch) { .x86, .x86_64 => u32, .sparc, .sparc64 => u32, else => pthread_spin_t, }, else => void, }