Home
last modified time | relevance | path

Searched refs:_mtx (Results 1 – 5 of 5) sorted by relevance

/third_party/iowow/src/log/
Diwlog.c65 static pthread_mutex_t _mtx = PTHREAD_MUTEX_INITIALIZER; variable
102 pthread_mutex_lock(&_mtx); in iwlog_va()
105 pthread_mutex_unlock(&_mtx); in iwlog_va()
167 pthread_mutex_lock(&_mtx); in iwlog_set_logfn()
173 pthread_mutex_unlock(&_mtx); in iwlog_set_logfn()
178 pthread_mutex_lock(&_mtx); in iwlog_get_logfn()
180 pthread_mutex_unlock(&_mtx); in iwlog_get_logfn()
185 pthread_mutex_lock(&_mtx); in iwlog_set_logfn_opts()
187 pthread_mutex_unlock(&_mtx); in iwlog_set_logfn_opts()
193 pthread_mutex_lock(&_mtx); in iwlog_ecode_explained()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-hmtx-table.hh130 accelerator_t _mtx; in subset() local
131 _mtx.init (c->plan->source); in subset()
132 unsigned num_advances = _mtx.num_advances_for_subset (c->plan); in subset()
136 | hb_map ([c, &_mtx] (unsigned _) in subset()
141 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
147 _mtx.fini (); in subset()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hmtx-table.hh124 accelerator_t _mtx; in subset() local
125 _mtx.init (c->plan->source); in subset()
126 unsigned num_advances = _mtx.num_advances_for_subset (c->plan); in subset()
130 | hb_map ([c, &_mtx] (unsigned _) in subset()
134 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
142 _mtx.fini (); in subset()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hmtx-table.hh130 accelerator_t _mtx; in subset() local
131 _mtx.init (c->plan->source); in subset()
132 unsigned num_advances = _mtx.num_advances_for_subset (c->plan); in subset()
136 | hb_map ([c, &_mtx] (unsigned _) in subset()
141 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
147 _mtx.fini (); in subset()
/third_party/chromium/patch/
D0001-cve.patch34101 - accelerator_t _mtx;
34102 - _mtx.init (c->plan->source);
34103 - unsigned num_advances = _mtx.num_advances_for_subset (c->plan);
34104 + accelerator_t _mtx (c->plan->source);
34111 …st_advance = plan->old_gid_for_new_gid (num_long_metrics - 1, &old_gid) ? _mtx.get_advance (old_gi…
34113 + last_advance == (plan->old_gid_for_new_gid (num_long_metrics - 2, &old_gid) ? _mtx.get_advan…
34127 - _mtx.fini ();