Logo
Explore Help
Register Sign In
alex/esp-idf
1
0
Fork 0
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-08-09 12:35:28 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
0075e2f316e627f9283c38ced996875ec07ff7a8
esp-idf/components/pthread
History
morris 5c6e1e6e67 pthread: fix esp_pthread.h to compatible with c++
esp_pthread.h is missing the necessary extern "C"{ ... } wrapper to be compatible with C++. The result is link errors when you call its functions from C++ code, because the compiler generates mangled names.

Closes https://github.com/espressif/esp-idf/issues/2121
Closes https://github.com/espressif/esp-idf/issues/2172
2018-07-11 14:21:09 +08:00
..
include
pthread: fix esp_pthread.h to compatible with c++
2018-07-11 14:21:09 +08:00
test
pthread: Added support for pthread condition variables
2017-11-23 11:26:51 +08:00
component.mk
pthread: implement local storage using pvTaskGetThreadLocalStoragePointer
2018-04-19 18:28:55 +05:30
Kconfig
pthread: Fixes memory leaks and stack overflow in tests
2017-11-17 16:57:33 +03:00
pthread_cond_var.c
Removed logging from pthread conditional variable which completely drowned out any other logging and also had negative effects on the RMT due to sharing the same log system. Related to #1345 / TW#16842
2017-12-28 15:21:00 +01: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: implement local storage using pvTaskGetThreadLocalStoragePointer
2018-04-19 18:28:55 +05:30
pthread.c
pthread: Allow configuration of priority and stacksize
2018-03-20 18:06:32 +05:30
Powered by Gitea Version: 1.24.4 Page: 142ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API