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:
Angus Gratton
2021-04-23 10:01:37 +10:00
parent e6d15a0975
commit a6dea64106
5 changed files with 160 additions and 9 deletions

View File

@@ -14,3 +14,5 @@
#pragma once
void pthread_internal_local_storage_destructor_callback(void);
extern portMUX_TYPE pthread_lazy_init_lock;