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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcobjs.c39 } *other_types; variable in typeref:struct:FcObjectOtherTypeInfo *
47 ots = fc_atomic_ptr_get (&other_types);
50 if (!fc_atomic_ptr_cmpexch (&other_types, ots, NULL))
69 ots = fc_atomic_ptr_get (&other_types);
91 if (!fc_atomic_ptr_cmpexch (&other_types, ots, ot)) {
135 for (ot = fc_atomic_ptr_get (&other_types); ot; ot = ot->next)
153 for (ot = fc_atomic_ptr_get (&other_types); ot; ot = ot->next)

Completed in 3 milliseconds