This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Cygwin C11 threads Implementation
- From: Joel Sherrill <joel at rtems dot org>
- To: Newlib <newlib at sourceware dot org>
- Date: Wed, 17 Apr 2019 17:16:43 -0500
- Subject: Cygwin C11 threads Implementation
- Reply-to: joel at rtems dot org
Hi
In looking at the C11 threads.h header to see how Cygwin defined thrd_t in
comparison to RTEMS, I noticed that at least in the version of Cygwin I
have installed, machine/threads.h
is missing and there is no typedef for thrd_t in /usr/include.
RTEMS uses the FreeBSD implementation of these services and I would think
Cygwin
could also.
Is this functionality missing or am I missing something?
--joel