[PATCH v8 7/8] nptl: Add test cases for ISO C11 threads
Florian Weimer
fweimer@redhat.com
Fri Jul 13 09:31:00 GMT 2018
On 02/02/2018 06:04 PM, Adhemerval Zanella wrote:
> This patch adds to testsuite new test cases to test all new introduced
> C11 threads functions, types and macros are tested.
Somewhere, there should be a test that the types (thrd_t, once_flag,
mtx_t, cnd_t) have identicial size and alignment as the POSIX types, and
that TSS_DTOR_ITERATIONS equals PTHREAD_DESTRUCTOR_ITERATIONS.
It should probably be a separate test, to avoid including <pthread.h> in
the <threads.h> tests.
Thanks,
Florian
More information about the Libc-alpha
mailing list