4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-04 13:30:39 +08:00

2 Commits

Author SHA1 Message Date
Jon Turney
736618054c
Cygwin: testsuite: Update mutex tests for changed default mutex type
Default mutex type is PTHREAD_MUTEX_NORMAL.

Attempting to unlock an unowned mutex of that type is specified as
undefined behaviour, not returning EPERM.

mutex7e verfies that attempting to unlock an unowned mutex of type
PTHREAD_MUTEX_ERRORCHECK returns EPERM.
2023-01-13 17:03:56 +00:00
Thomas Pfaff
72fcbc3ee6 Add pthread_mutex tests 2003-01-09 20:51:55 +00:00