Searched defs:store_32 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/atomic/
H A Dt_atomic.c178 static isc_int32_t store_32; variable
191 isc_atomic_store(&store_32, val);
217 store_32 = 0;
235 r = store_32 & 0xff;
238 (isc_uint32_t) store_32, val);
239 if ((isc_uint32_t) store_32 != val)
243 store_32 = 0;

Completed in 10 milliseconds