std › c › PTHREAD_STACK_MINPTHREAD_STACK_MINSourceImplementation#pub const PTHREAD_STACK_MIN = switch (builtin.cpu.arch) { .sparc64 => 1 << 13, .mips64 => 1 << 14, else => 1 << 12, }
pub const PTHREAD_STACK_MIN = switch (builtin.cpu.arch) { .sparc64 => 1 << 13, .mips64 => 1 << 14, else => 1 << 12, }