Home
last modified time | relevance | path

Searched defs:hb_mutex_impl_t (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-mutex.hh53 typedef pthread_mutex_t hb_mutex_impl_t; typedef
62 typedef CRITICAL_SECTION hb_mutex_impl_t; typedef
76 typedef std::mutex hb_mutex_impl_t; typedef
85 typedef int hb_mutex_impl_t; typedef
/third_party/skia/third_party/harfbuzz/
Dconfig-override.h6 using hb_mutex_impl_t = std::mutex; variable