Home
last modified time | relevance | path

Searched refs:hb_atomic_ptr_cmpexch (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shaper.cc62 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get()
69 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]); in _hb_shapers_get()
100 if (!hb_atomic_ptr_cmpexch (&static_shapers, NULL, shapers)) { in _hb_shapers_get()
Dhb-shape.cc89 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, NULL, shaper_list)) { in hb_shape_list_shapers()
Dhb-shaper-private.hh96 if (!hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), NULL, data)) { \
Dhb-atomic-private.hh186 #define hb_atomic_ptr_cmpexch(P,O,N) hb_atomic_ptr_impl_cmpexch((P),(O),(N)) macro
Dhb-common.cc267 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) { in lang_find_or_insert()
354 (void) hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language); in hb_language_get_default()
Dhb-ft.cc462 if (!hb_atomic_ptr_cmpexch (&static_ft_funcs, NULL, funcs)) { in _hb_ft_font_set_funcs()
686 if (!hb_atomic_ptr_cmpexch (&ft_library, NULL, library)) { in get_ft_library()
Dhb-icu.cc367 (void) hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs()
Dhb-shape-plan.cc561 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached2()
Dhb-open-type-private.hh1099 if (unlikely (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), NULL, p))) in get()
1143 if (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), NULL, p)) in get()
Dhb-ot-shape-complex-arabic.cc407 …if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback… in arabic_fallback_shape()
Dhb-ot-font.cc601 if (!hb_atomic_ptr_cmpexch (&static_ot_funcs, NULL, funcs)) { in _hb_ot_get_font_funcs()
Dhb-uniscribe.cc249 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, NULL, funcs)) { in hb_uniscribe_shaper_get_funcs()