kopia lustrzana https://github.com/espressif/esp-idf
6713291dad
Update as per specification at https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_key_create.html Specifically: - Before a destructor is called then the value for the corresponding key is already set to NULL. - If a destructor calls pthread_setspecific() to assign a non-NULL value then this destructor is called again, after all existing non-NULL values have been called. Adds a test for this relatively complex behaviour. Closes https://github.com/espressif/esp-idf/issues/6643 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
component.mk | ||
test_cxx_cond_var.cpp | ||
test_cxx_std_future.cpp | ||
test_pthread.c | ||
test_pthread_cond_var.c | ||
test_pthread_cxx.cpp | ||
test_pthread_local_storage.c |