- Mar 27, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Matias vo1d authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
pthread mutexes: Add option to support both unsafe and robust mutexes via pthread_mutexattr_get/setrobust().
-
- Mar 26, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
pthreads: Add a configuration option to disable robust mutexes and revert to the traditional unsafe mutexes.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
when pthread exits or is cancelled, mutexes held by thread are marked inconsistent and the highest priority thread waiting for the mutex is awakened.
-
Gregory Nutt authored
pthreads: Partial implementation of final part of robust mutexes: Keep list of all mutexes held by a thread in a list in the TCB.
-
Gregory Nutt authored
pthread: Fix return value of pthread_give/takesemaphore(). Add option to pthread_takesemaphore to ignore EINTR or not.
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Mateusz Szafoni authored
STM32 COMP cosmetics Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
raiden00pl authored
-
-
raiden00pl authored
-
raiden00pl authored
-
- Mar 25, 2017
-
-
Gregory Nutt authored
-
Mateusz Szafoni authored
Add COMP character driver Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
Gregory Nutt authored
-