Gregory Nutt
|
c36bf090f0
|
pthread: Minor logic fix in pthread_mutex_consistent. Updat some comments.
|
2017-04-10 10:10:41 -06:00 |
|
Gregory Nutt
|
b51b72b2db
|
pthreads: Re-order some operations so that mutexes are placed in the inconsistent state BEFORE the clean-up callbacks are called.
|
2017-04-10 08:11:16 -06:00 |
|
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
|
Gregory Nutt
|
f2f798cb29
|
pthread mutexes: Finish logic to support configuration mutex robustness.
|
2017-03-27 08:50:45 -06:00 |
|
Gregory Nutt
|
8b23c16b90
|
pthreads: pthread_mutex_consistent() needs to clear flags.
|
2017-03-26 14:44:57 -06:00 |
|
Gregory Nutt
|
363403fb1f
|
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.
|
2017-03-26 10:35:23 -06:00 |
|