Searched refs:hb_atomic_ptr_cmpexch (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-shaper.cc62 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]);
69 (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &all_shapers[0]);
100 if (!hb_atomic_ptr_cmpexch (&static_shapers, NULL, shapers)) {
H A Dhb-shaper-private.hh96 if (!hb_atomic_ptr_cmpexch (&HB_SHAPER_DATA (shaper, object), NULL, data)) { \
H A Dhb-common.cc267 if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) {
354 (void) hb_atomic_ptr_cmpexch (&default_language, HB_LANGUAGE_INVALID, language);
H A Dhb-atomic-private.hh186 #define hb_atomic_ptr_cmpexch(P,O,N) hb_atomic_ptr_impl_cmpexch((P),(O),(N)) macro
H A Dhb-ot-font.cc452 if (unlikely (!hb_atomic_ptr_cmpexch (const_cast<T **>(&instance), NULL, p)))
632 if (!hb_atomic_ptr_cmpexch (&static_ot_funcs, NULL, funcs)) {
H A Dhb-ft.cc462 if (!hb_atomic_ptr_cmpexch (&static_ft_funcs, NULL, funcs)) {
681 if (!hb_atomic_ptr_cmpexch (&ft_library, NULL, library)) {
H A Dhb-shape-plan.cc561 if (!hb_atomic_ptr_cmpexch (&face->shape_plans, cached_plan_nodes, node)) {
H A Dhb-ot-shape-complex-arabic.cc407 if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback_plan, NULL, fallback_plan))) {

Completed in 543 milliseconds