Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-10-04 11:00:58 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
a130da9e79c57511dcbfccce9ba465c2fb42c8da
esp-idf/components/pthread/component.mk

14 lines
228 B
Makefile
Raw Normal View History

pthread: Initial version of thread API
2017-08-24 02:53:20 +03:00
#
# Component Makefile
#
COMPONENT_SRCDIRS := .
pthread: Allow configuration of priority and stacksize The expected usage is: esp_pthread_set_cfg(cfg); pthread_create() If the inherit flag is set, then all subsequent threads forked by this thread will also inherit this configuration. This avoids having to change/prefix this for each and every pthread_create() call.
2018-02-25 14:56:04 +05:30
COMPONENT_ADD_INCLUDEDIRS := include
pthread: Initial version of thread API
2017-08-24 02:53:20 +03:00
COMPONENT_ADD_LDFLAGS := -lpthread
pthread: implement local storage using pvTaskGetThreadLocalStoragePointer If static task cleanup option is enabled, then before invoking application defined `vPortCleanUpTCB` hook, pthread specific cleanup is performed. Signed-off-by: Mahavir Jain <mahavir@espressif.com>
2018-02-02 00:17:38 +08:00
ifdef CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK
COMPONENT_ADD_LDFLAGS += -Wl,--wrap=vPortCleanUpTCB
endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 44ms Template: 1ms
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