Skip to content
Commit 363403fb authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment