Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment