mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
pthread: Add support for PTHREAD_COND_INITIALIZER
Includes unit test for condition variables in C (previous test was C++ only)
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
#pragma once
|
||||
|
||||
void pthread_internal_local_storage_destructor_callback(void);
|
||||
|
||||
extern portMUX_TYPE pthread_lazy_init_lock;
|
||||
|
Reference in New Issue
Block a user