esp-idf/components/pthread
xutao d2173ba1e8 pthread: fix the priority inheritance
When `pthread_mutex_destroy` is used to release mutex, `pthread_mutex_lock_internal` is used,
     which results in the increase of `uxmutexehold` and no recovery base priority
2020-11-21 08:21:57 +00: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 the priority inheritance 2020-11-21 08:21:57 +00:00
sdkconfig.rename pthread: remove ESP32_ prefix from Kconfig options 2019-07-29 04:43:49 +02:00