Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/mbedtls/include/threading_alt.h
9903 views
1
typedef struct {
2
void *mutex;
3
} mbedtls_threading_mutex_t;
4
5