OpenGrok
Cross Reference: t_mtx.c
xref
: /
src
/
tests
/
lib
/
libpthread
/
t_mtx.c
Home
|
History
|
Annotate
|
Download
|
only in
libpthread
History log of
/src/tests/lib/libpthread/t_mtx.c
Revision
Date
Author
Comments
1.2
11-Jun-2020
martin
Do not destroy mutices that failed to init - fixes a run with
PTHREAD_DIAGASSERT set to "a". Pointed out by joerg.
1.1
24-Apr-2019
kamil
branches: 1.1.2;
Add a complete C11 threads(3) implementation
C11 Thread support library is a portable threading C API between OSs,
similar to std::threads in the C++ world.
The library is implemented as a thin shim over POSIX interfaces.
NetBSD implements the API as a part of the POSIX threading library
(libpthread(3)).
C11 threads(3) are in the process of making them an integral part
of the POSIX standard. The interface has been implemented in major
OSs and used with stopgap libraries for older versions of them.
C11 threading library is already used (with a stopgap implementation)
in the NetBSD distribution in MESA.
Original implementation by myself from 2016.
ATF tests are new and cover almost all interfaces.
Proposed on tech-userlevel@.
1.1.2.2
10-Jun-2019
christos
Sync with HEAD
1.1.2.1
24-Apr-2019
christos
file t_mtx.c was added on branch phil-wifi on 2019-06-10 22:10:07 +0000
Indexes created Tue Sep 30 11:09:46 GMT 2025