summaryrefslogtreecommitdiff
path: root/tests/test-threads-c++.cc
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* Fix compilation errors in C++ mode on FreeBSD.Bruno Haible2019-12-081-1/+1
| | | | | | | * lib/pthread.in.h (pthread_exit): Remove _Noreturn from prototype. * tests/test-pthread-c++.cc (GNULIB_NAMESPACE::pthread_exit): Likewise. * lib/threads.in.h (thrd_exit): Likewise. * tests/test-threads-c++.cc (GNULIB_NAMESPACE::thrd_exit): Likewise.
* threads-h tests: Fix typo.Bruno Haible2019-11-201-6/+6
| | | | * tests/test-threads-c++.cc: Fix references to undefined type 'mtx'.
* threads-h: Add tests.Bruno Haible2019-06-201-0/+73
* tests/test-threads.c: New file. * modules/threads-h-tests: New file. * tests/test-threads-c++.cc: New file. * modules/threads-h-c++-tests: New file.