Searched refs:static_shapers (Results 1 – 1 of 1) sorted by relevance
41 static const hb_shaper_pair_t *static_shapers; variable47 if (unlikely (static_shapers != all_shapers)) in free_static_shapers()48 free ((void *) static_shapers); in free_static_shapers()56 hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&static_shapers); in _hb_shapers_get()62 (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()