AmigaLabs / clib4

Clib4 for AmigaOS4
Other
14 stars 7 forks source link

Release the attempted lock in the case of PTHREAD_MUTEX_ERRORCHECK. R… #183

Closed 3246251196 closed 4 months ago

3246251196 commented 4 months ago

…ather than just returning the lock we release and then continue to apply MutexObtain since that code does different things such as adding to the list of blockers in execsg

References: #182