OVMS3-idf/components/pthread
Mahavir Jain 158ecdcfd5 pthread: Fix pthread_once to use atomic compare and set
Earlier recursive mutex was being used for this but since
SCOMPARE1 is already being saved/restored during context
switch, atomic compare and set can be used for this.

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
2017-11-07 14:28:43 +05:30
..
test pthreads local storage: add test for unique keys 2017-10-17 15:29:25 +08:00
component.mk pthread: Initial version of thread API 2017-09-06 10:30:23 +08:00
Kconfig Cleanup 2017-09-06 10:30:23 +08:00
pthread.c pthread: Fix pthread_once to use atomic compare and set 2017-11-07 14:28:43 +05:30
pthread_internal.h pthread: Add support for pthread thread local storage 2017-10-17 14:46:08 +08:00
pthread_local_storage.c pthread: Add support for pthread thread local storage 2017-10-17 14:46:08 +08:00