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-11-09 19:42:01 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
b37b9b7d64cea0d0da17b65748156a89d92d2bc1
esp-idf/components/pthread/pthread_internal.h

11 lines
259 B
C
Raw Normal View History

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-10-31 10:02:03 +01:00
/*
* SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
pthread: Add support for pthread thread local storage Refactors LWIP to use this for the LWIP thread local semaphore
2017-10-04 15:52:19 +11:00
#pragma once
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-10-31 10:02:03 +01:00
void pthread_internal_local_storage_destructor_callback(TaskHandle_t handle);
pthread: Add support for PTHREAD_COND_INITIALIZER Includes unit test for condition variables in C (previous test was C++ only)
2021-04-23 10:01:37 +10:00
extern portMUX_TYPE pthread_lazy_init_lock;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 330ms Template: 5ms
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