pthreads: Add more robustness characteristics: pthread_mutex_lock() and...
pthreads: Add more robustness characteristics: pthread_mutex_lock() and trylock() will now return EOWNERDEAD if the mutex is locked by a thread that no longer exists. Add pthread_mutex_consistent() to recover from this situation.
parent
bacc4e9b
Please register or sign in to comment