]> granicus.if.org Git - esp-idf/commit
#2743 - Implemented ability to core affinity and thread name for pthreads and thus...
authorPer Malmberg <per.malmberg@gmail.com>
Wed, 28 Nov 2018 19:40:32 +0000 (20:40 +0100)
committerPer Malmberg <per.malmberg@gmail.com>
Wed, 28 Nov 2018 19:43:09 +0000 (20:43 +0100)
commit71f57931bd41edcccb5f5fc1f82ce100e89c5dc6
tree70715bb24fd7f7af66f6a77606440cc854d229c8
parenta0468b2bd64c48d093309a4b3d623a7343c205c0
#2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread.
components/pthread/Kconfig
components/pthread/include/esp_pthread.h
components/pthread/pthread.c
docs/en/api-reference/system/esp_pthread.rst
examples/system/cpp_pthread/CMakeLists.txt [new file with mode: 0644]
examples/system/cpp_pthread/Makefile [new file with mode: 0644]
examples/system/cpp_pthread/README.md [new file with mode: 0644]
examples/system/cpp_pthread/main/CMakeLists.txt [new file with mode: 0644]
examples/system/cpp_pthread/main/component.mk [new file with mode: 0644]
examples/system/cpp_pthread/main/cpp_pthread.cpp [new file with mode: 0644]