TuyaOS
threading_alt.h
1#ifndef MBEDTLS_THREADING_ALT_H
2#define MBEDTLS_THREADING_ALT_H
3
4#include "tal_mutex.h"
5
7 MUTEX_HANDLE mutex;
8 char is_valid;
10
11#endif /* threading_alt.h */
Definition: threading_alt.h:6
Common process - adapter the mutex api provide by OS