Searched refs:hb_atomic_ptr_cmpexch (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-shaper.cc | 62 (void) hb_atomic_ptr_cmpexch (&static_shapers, nullptr, &all_shapers[0]); in _hb_shapers_get() 69 (void) hb_atomic_ptr_cmpexch (&static_shapers, nullptr, &all_shapers[0]); in _hb_shapers_get() 100 if (!hb_atomic_ptr_cmpexch (&static_shapers, nullptr, shapers)) { in _hb_shapers_get()
|
D | hb-shaper-private.hh | 103 if (hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), data, nullptr)) { \ 112 if (!hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), nullptr, data)) { \
|
D | hb-shape.cc | 89 if (!hb_atomic_ptr_cmpexch (&static_shaper_list, nullptr, shaper_list)) { in hb_shape_list_shapers()
|
D | hb-icu.cc | 370 (void) hb_atomic_ptr_cmpexch (&normalizer, nullptr, unorm2_getNFCInstance (&icu_err)); in hb_icu_get_unicode_funcs() 383 if (!hb_atomic_ptr_cmpexch (&static_icu_funcs, nullptr, funcs)) { in hb_icu_get_unicode_funcs()
|
D | hb-common.cc | 286 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) { in lang_find_or_insert() 373 (void) hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language); in hb_language_get_default() 736 if (!hb_atomic_ptr_cmpexch (&C_locale, nullptr, C)) in get_C_locale()
|
D | hb-atomic-private.hh | 186 #define hb_atomic_ptr_cmpexch(P,O,N) hb_atomic_ptr_impl_cmpexch((P),(O),(N)) macro
|
D | hb-ucdn.cc | 262 if (!hb_atomic_ptr_cmpexch (&static_ucdn_funcs, nullptr, funcs)) { in hb_ucdn_get_unicode_funcs()
|
D | hb-ot-post-table.hh | 159 if (!hb_atomic_ptr_cmpexch (&gids_sorted_by_name, nullptr, gids)) { in get_glyph_from_name()
|
D | hb-ft.cc | 457 if (!hb_atomic_ptr_cmpexch (&static_ft_funcs, nullptr, funcs)) { in _hb_ft_font_set_funcs() 692 if (!hb_atomic_ptr_cmpexch (&ft_library, nullptr, library)) { in get_ft_library()
|
D | hb-glib.cc | 394 if (!hb_atomic_ptr_cmpexch (&static_glib_funcs, nullptr, funcs)) { in hb_glib_get_unicode_funcs()
|
D | hb-ot-font.cc | 250 if (!hb_atomic_ptr_cmpexch (&static_ot_funcs, nullptr, funcs)) { in _hb_ot_get_font_funcs()
|
D | hb-shape-plan.cc | 554 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) { in hb_shape_plan_create_cached2()
|
D | hb-open-type-private.hh | 1115 if (unlikely (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), nullptr, p))) in get() 1159 if (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), nullptr, p)) in get()
|
D | hb-ot-shape-complex-arabic.cc | 412 …if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback… in arabic_fallback_shape()
|
D | hb-uniscribe.cc | 246 if (!hb_atomic_ptr_cmpexch (&uniscribe_funcs, nullptr, funcs)) { in hb_uniscribe_shaper_get_funcs()
|