mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bf1a6eb770
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. |
||
---|---|---|
.. | ||
include | ||
test | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig | ||
pthread_cond_var.c | ||
pthread_internal.h | ||
pthread_local_storage.c | ||
pthread.c | ||
sdkconfig.rename |