esp-idf/components/pthread/test_apps/pthread_unity_tests/main
Sudeep Mohanty b3755b751e pthread: Remove pthread TLS cleanup dependency on FreeRTOS Static Task Cleanup Hook
This commit removes the need to define the vTaskCleanupTCB hook in
pthread to cleanup the thread-specific data before a thread is deleted.
2022-11-02 09:52:28 +01:00
..
CMakeLists.txt pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_app_main.c pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_cxx_cond_var.cpp pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_cxx_std_future.cpp pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_pthread_cond_var.c pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_pthread_cxx.cpp pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_pthread_local_storage.c pthread: Remove pthread TLS cleanup dependency on FreeRTOS Static Task Cleanup Hook 2022-11-02 09:52:28 +01:00
test_pthread_rwlock.c pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00
test_pthread.c pthread: migrate unit tests to pytest test app 2022-09-19 17:43:33 +08:00