提交 a4b19009 编写于 作者: B Behdad Esfahbod

Add hb_static_mutex_t

上级 56eb5ad6
......@@ -100,6 +100,14 @@ typedef volatile int hb_mutex_t;
#endif
struct hb_static_mutex_t : hb_mutex_t
{
hb_static_mutex_t (void) {
hb_mutex_init (*this);
}
};
HB_END_DECLS
#endif /* HB_MUTEX_PRIVATE_HH */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册