Lines Matching defs:_fcConfig
41 static FcConfig *_fcConfig; /* MT-safe */
93 config = fc_atomic_ptr_get (&_fcConfig);
98 if (!config || !fc_atomic_ptr_cmpexch (&_fcConfig, NULL, config)) {
128 FcConfig *cfg = fc_atomic_ptr_get (&_fcConfig);
129 if (cfg && fc_atomic_ptr_cmpexch (&_fcConfig, cfg, NULL))
323 /* lock during obtaining the value from _fcConfig and count up refcount there,
328 config = fc_atomic_ptr_get (&_fcConfig);
337 if (!fc_atomic_ptr_cmpexch (&_fcConfig, NULL, config))
364 (void) fc_atomic_ptr_cmpexch (&_fcConfig, config, NULL);
571 cfg = fc_atomic_ptr_get (&_fcConfig);
581 if (!fc_atomic_ptr_cmpexch (&_fcConfig, cfg, config))
3016 config = fc_atomic_ptr_get (&_fcConfig);