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

/bind-9.11.3/bin/tests/atomic/
H A Dt_atomic.c248 static isc_int64_t store_64; variable
265 isc_atomic_storeq(&store_64, val);
291 store_64 = 0;
307 r = store_64 & 0xff;
314 (isc_uint64_t) store_64, val);
315 if ((isc_uint64_t) store_64 != val)
319 store_64 = 0;

Completed in 15 milliseconds