[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ISO C 11 threads
From: |
Bruno Haible |
Subject: |
Re: ISO C 11 threads |
Date: |
Fri, 21 Jun 2019 03:12:41 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-145-generic; KDE/5.18.0; x86_64; ; ) |
I wrote:
> So far this facility is implemented in
> - glibc >= 2.29,
> - FreeBSD >= 10,
> - illumos,
> - Solaris >= 11.4 (with a bug in thrd_join),
> - AIX >= 7.1 (with terrible bugs in thrd_create and thrd_join).
Another correction: It's also implemented in musl libc (e.g. Alpine Linux 3.7).
So the list is:
- glibc >= 2.28,
- musl libc,
- FreeBSD >= 10,
- illumos,
- Solaris >= 11.4 (with a bug in thrd_join),
- AIX >= 7.1 (with terrible bugs in thrd_create and thrd_join).
Bruno