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-27 04:39:36 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
e71760b79e51a9e40c5b4c89dff9141270d33c8b
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.25.1 Page: 420ms Template: 4ms
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