Lines Matching refs:fc_atomic_int_t
46 typedef <type> fc_atomic_int_t;
47 #define FC_ATOMIC_INT_FORMAT "<printf format for fc_atomic_int_t>"
58 typedef atomic_int fc_atomic_int_t;
77 typedef LONG fc_atomic_int_t;
90 typedef int fc_atomic_int_t;
115 typedef int fc_atomic_int_t;
128 typedef unsigned int fc_atomic_int_t;
139 typedef volatile int fc_atomic_int_t;
149 typedef int fc_atomic_int_t;
160 #define FC_REF_CONSTANT_VALUE ((fc_atomic_int_t) -1)
163 typedef struct _FcRef { fc_atomic_int_t count; } FcRef;