2022-10-31 10:02:03 +01:00
|
|
|
/*
|
|
|
|
|
* SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2017-10-04 15:52:19 +11:00
|
|
|
#pragma once
|
|
|
|
|
|
2022-10-31 10:02:03 +01:00
|
|
|
void pthread_internal_local_storage_destructor_callback(TaskHandle_t handle);
|
2021-04-23 10:01:37 +10:00
|
|
|
|
|
|
|
|
extern portMUX_TYPE pthread_lazy_init_lock;
|