esp-idf/components/pthread
Angus Gratton aea01b00e1 pthread: Fix possible deadlock when using pthread_join() and Debug log level
Possible for a joined task to be deleted at the moment it is logging,
meaning it might hold the stdout lock. In that case the lock isn't
released and the next task to try and take it (i.e. call printf)
will block indefinitely.
2021-05-31 13:50:41 +10:00
..
include pthread: remove ESP32_ prefix from Kconfig options 2019-07-29 04:43:49 +02:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-12 10:35:47 +05:30
component.mk pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
Kconfig pthread: remove ESP32_ prefix from Kconfig options 2019-07-29 04:43:49 +02:00
pthread_cond_var.c pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
pthread_internal.h pthread: Add support for pthread thread local storage 2017-10-17 14:46:08 +08:00
pthread_local_storage.c pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
pthread.c pthread: Fix possible deadlock when using pthread_join() and Debug log level 2021-05-31 13:50:41 +10:00
sdkconfig.rename pthread: remove ESP32_ prefix from Kconfig options 2019-07-29 04:43:49 +02:00