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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcxml.c69 static FcChar8 *__fc_userconf = NULL; variable in typeref:typename:FcChar8 *
2486 s = fc_atomic_ptr_get (&__fc_userconf);
2487 if (!fc_atomic_ptr_cmpexch (&__fc_userconf, s, NULL))
2565 userconf = fc_atomic_ptr_get (&__fc_userconf);
2569 if (!fc_atomic_ptr_cmpexch (&__fc_userconf, userconf, u))

Completed in 5 milliseconds