Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
https_server_authmode_optional
esp-idf/components/pthread/pthread_internal.h

11 lines
259 B
C
Raw Permalink 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;
Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 636ms 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