#include #include #include #include const esp_elfsym pthread_symbols[] = { ESP_ELFSYM_EXPORT(pthread_create), ESP_ELFSYM_EXPORT(pthread_attr_init), ESP_ELFSYM_EXPORT(pthread_attr_setstacksize), ESP_ELFSYM_EXPORT(pthread_detach), ESP_ELFSYM_EXPORT(pthread_join), ESP_ELFSYM_EXPORT(pthread_exit), ESP_ELFSYM_EXPORT(pthread_mutex_init), ESP_ELFSYM_EXPORT(pthread_mutex_destroy), ESP_ELFSYM_EXPORT(pthread_mutex_lock), ESP_ELFSYM_EXPORT(pthread_mutex_trylock), ESP_ELFSYM_EXPORT(pthread_mutex_unlock), ESP_ELFSYM_EXPORT(pthread_mutex_timedlock), // delimiter ESP_ELFSYM_END };