[PATCH] Add c++2a binary_semaphore
Sebastian Huber
sebastian.huber@embedded-brains.de
Tue Feb 18 13:49:00 GMT 2020
Hello,
On 18/02/2020 07:46, Thomas Rodgers wrote:
> This patch adds the c++2a semaphore header and binary_semaphore type. The implementation is not complete, this patch is just to solicit initial feedback.
how do you plan to implement the binary semaphores? For example, do you
want to add the binary semaphores to gthr.h or via a mutex and a
condition variable or via some futex stuff? I ask because I would like
to support this in RTEMS.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber@embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the Libstdc++
mailing list